]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
fix cabal
[EsounD.git] / EsounD.cabal
index 6add96a49ef48ab41f714eecd525b22112d5f5e7..a9c93682d2babca7a87ea53e7a7f8af7dacd76b2 100644 (file)
@@ -10,7 +10,7 @@ Maintainer: PHO <pho at cielonegro dot org>
 Stability: experimental
 Homepage: http://cielonegro.org/EsounD.html
 Category: Sound
-Tested-With: GHC == 6.12.3
+Tested-With: GHC == 7.0.1
 Cabal-Version: >= 1.6
 Build-Type: Simple
 Extra-Source-Files:
@@ -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.*,
@@ -38,18 +39,17 @@ Library
 
     Exposed-Modules:
         Sound.EsounD
+        Sound.EsounD.Controller
+        Sound.EsounD.Filter
+        Sound.EsounD.Monitor
         Sound.EsounD.Player
+        Sound.EsounD.Recorder
+        Sound.EsounD.Streams
         Sound.EsounD.Types
 
     Other-Modules:
         Sound.EsounD.Internals
 
-    Extensions:
-        EmptyDataDecls
-        KindSignatures
-        ScopedTypeVariables
-        UnicodeSyntax
-
     GHC-Options:
         -Wall
 
@@ -60,16 +60,9 @@ Executable hs-esd-player-example
        Buildable: False
 
    HS-Source-Dirs:
-        .,
-        examples
+        ., examples
 
    Main-Is: EsdPlayerExample.hs
 
-   Extensions:
-        EmptyDataDecls
-        KindSignatures
-        ScopedTypeVariables
-        UnicodeSyntax
-
    GHC-Options:
         -Wall