]> gitweb @ CieloNegro.org - EsounD.git/blobdiff - EsounD.cabal
esound-1: Replace use of MonadPeelIO with MonadControlIO
[EsounD.git] / EsounD.cabal
index 783ef4751b5141ecb0de3a11b7b5e8791650dfdd..c24489f50e13759e81cde4bbd69bf90d5bfd47b9 100644 (file)
@@ -2,15 +2,16 @@ Name: EsounD
 Synopsis: Type-safe bindings to EsounD (ESD; Enlightened Sound Daemon)
 Description:
         Type-safe bindings to EsounD: <http://www.tux.org/~ricdude/EsounD.html>
-Version: 0.1
+Version: 0.2
 License: PublicDomain
 License-File: COPYING
 Author: PHO <pho at cielonegro dot org>
 Maintainer: PHO <pho at cielonegro dot org>
 Stability: experimental
 Homepage: http://cielonegro.org/EsounD.html
+Bug-Reports: http://static.cielonegro.org/ditz/EsounD/
 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,17 +30,21 @@ Library
         base                      == 4.*,
         base-unicode-symbols      == 0.2.*,
         bindings-EsounD           == 0.1.*,
-        monad-peel                == 0.1.*,
+        monad-control             == 0.2.*,
         network                   == 2.3.*,
-        regions                   == 0.8.*,
-        safer-file-handles        == 0.9.*,
+        regions                   == 0.9.*,
+        safer-file-handles        == 0.10.*,
         storablevector            == 0.2.*,
         transformers              == 0.2.*,
         unix                      == 2.4.*
 
     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
 
@@ -56,8 +61,7 @@ Executable hs-esd-player-example
        Buildable: False
 
    HS-Source-Dirs:
-        .,
-        examples
+        ., examples
 
    Main-Is: EsdPlayerExample.hs