]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
Sound.EsounD.Player
[EsounD.git] / EsounD.cabal
index 108bba01a692aecc3c3c4662bc51d3e2bce5a62a..d9218247d8a05b0d8bc18e548dc828eb8ebcdd0d 100644 (file)
@@ -22,7 +22,6 @@ Source-Repository head
 
 Library
     Build-Depends:
-        MonadCatchIO-transformers == 0.2.*,
         base                      == 4.2.*,
         base-unicode-symbols      == 0.2.*,
         bindings-EsounD           == 0.1.*,
@@ -35,6 +34,11 @@ Library
 
     Exposed-Modules:
         Sound.EsounD
+        Sound.EsounD.Player
+        Sound.EsounD.Types
+
+    Other-Modules:
+        Sound.EsounD.Internals
 
     Extensions:
         EmptyDataDecls