]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
Writable class
[EsounD.git] / EsounD.cabal
index 6add96a49ef48ab41f714eecd525b22112d5f5e7..783ef4751b5141ecb0de3a11b7b5e8791650dfdd 100644 (file)
@@ -29,6 +29,7 @@ Library
         base                      == 4.*,
         base-unicode-symbols      == 0.2.*,
         bindings-EsounD           == 0.1.*,
+        monad-peel                == 0.1.*,
         network                   == 2.3.*,
         regions                   == 0.8.*,
         safer-file-handles        == 0.9.*,
@@ -39,17 +40,12 @@ Library
     Exposed-Modules:
         Sound.EsounD
         Sound.EsounD.Player
+        Sound.EsounD.Streams
         Sound.EsounD.Types
 
     Other-Modules:
         Sound.EsounD.Internals
 
-    Extensions:
-        EmptyDataDecls
-        KindSignatures
-        ScopedTypeVariables
-        UnicodeSyntax
-
     GHC-Options:
         -Wall
 
@@ -65,11 +61,5 @@ Executable hs-esd-player-example
 
    Main-Is: EsdPlayerExample.hs
 
-   Extensions:
-        EmptyDataDecls
-        KindSignatures
-        ScopedTypeVariables
-        UnicodeSyntax
-
    GHC-Options:
         -Wall