]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
Sound.EsounD.Player
[EsounD.git] / EsounD.cabal
index cd06f1b5378f9dbd1fde7118dc457bf0274f19a3..d9218247d8a05b0d8bc18e548dc828eb8ebcdd0d 100644 (file)
@@ -22,10 +22,29 @@ Source-Repository head
 
 Library
     Build-Depends:
-        base               == 4.2.*,
-        bindings-EsounD    == 0.1.*,
-        regions            == 0.7.*,
-        storablevector     == 0.2.*
+        base                      == 4.2.*,
+        base-unicode-symbols      == 0.2.*,
+        bindings-EsounD           == 0.1.*,
+        network                   == 2.2.*,
+        regions                   == 0.7.*,
+        safer-file-handles        == 0.8.*,
+        storablevector            == 0.2.*,
+        transformers              == 0.2.*,
+        unix                      == 2.4.*
 
     Exposed-Modules:
         Sound.EsounD
+        Sound.EsounD.Player
+        Sound.EsounD.Types
+
+    Other-Modules:
+        Sound.EsounD.Internals
+
+    Extensions:
+        EmptyDataDecls
+        KindSignatures
+        ScopedTypeVariables
+        UnicodeSyntax
+
+    GHC-Options:
+        -Wall