summaryrefslogtreecommitdiff
path: root/dev-haskell/alut/files/alut-2.4.0.3-ghc-8.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-haskell/alut/files/alut-2.4.0.3-ghc-8.patch')
-rw-r--r--dev-haskell/alut/files/alut-2.4.0.3-ghc-8.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-haskell/alut/files/alut-2.4.0.3-ghc-8.patch b/dev-haskell/alut/files/alut-2.4.0.3-ghc-8.patch
new file mode 100644
index 000000000000..dd8a512d3efa
--- /dev/null
+++ b/dev-haskell/alut/files/alut-2.4.0.3-ghc-8.patch
@@ -0,0 +1,10 @@
+--- a/examples/Basic/OpenALInfo.hs
++++ b/examples/Basic/OpenALInfo.hs
+@@ -7,6 +7,7 @@
+
+ import Text.PrettyPrint
+ import Sound.ALUT
++import Prelude hiding ((<>))
+
+ -- This program prints some basic information about ALC and AL.
+