]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
Sound.EsounD.Player
[EsounD.git] / EsounD.cabal
index 47960a398a664806c5e40588cfe18e06f7657fa2..d9218247d8a05b0d8bc18e548dc828eb8ebcdd0d 100644 (file)
@@ -22,17 +22,23 @@ Source-Repository head
 
 Library
     Build-Depends:
-        MonadCatchIO-transformers == 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.*
+        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