]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
decided the Player type
[EsounD.git] / EsounD.cabal
index cd06f1b5378f9dbd1fde7118dc457bf0274f19a3..60e1e5b745291a90d3e26e3b66881f54c13d952b 100644 (file)
@@ -22,10 +22,20 @@ Source-Repository head
 
 Library
     Build-Depends:
-        base               == 4.2.*,
-        bindings-EsounD    == 0.1.*,
-        regions            == 0.7.*,
-        storablevector     == 0.2.*
+        MonadCatchIO-transformers == 0.2.*,
+        base                      == 4.2.*,
+        bindings-EsounD           == 0.1.*,
+        network                   == 2.2.*,
+        regions                   == 0.7.*,
+        safer-file-handles        == 0.8.*,
+        storablevector            == 0.2.*
 
     Exposed-Modules:
         Sound.EsounD
+
+    Extensions:
+        KindSignatures
+        UnicodeSyntax
+
+    GHC-Options:
+        -Wall