X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=EsounD.cabal;h=28e18d0bfec6305faf0d63910f314f29123b2199;hb=d4df6ebbadb94400304178fa4827e189462b57ec;hp=6add96a49ef48ab41f714eecd525b22112d5f5e7;hpb=332de27c05d195598689979c035bd136a47f4394;p=EsounD.git diff --git a/EsounD.cabal b/EsounD.cabal index 6add96a..28e18d0 100644 --- a/EsounD.cabal +++ b/EsounD.cabal @@ -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,15 @@ Library Exposed-Modules: Sound.EsounD + 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 @@ -65,11 +63,5 @@ Executable hs-esd-player-example Main-Is: EsdPlayerExample.hs - Extensions: - EmptyDataDecls - KindSignatures - ScopedTypeVariables - UnicodeSyntax - GHC-Options: -Wall