alut-2.4.0.3-ghc-8.patch 231 Bytes
Newer Older
1
2
3
4
5
6
7
8
9
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.