X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=EsounD.git;a=blobdiff_plain;f=EsounD.cabal;h=60e1e5b745291a90d3e26e3b66881f54c13d952b;hp=cd06f1b5378f9dbd1fde7118dc457bf0274f19a3;hb=0465b7e3bed042d72da053bceeb4959403cc53a6;hpb=93f4b8e1f7427d770caf77cd2e2cefce99e447f9 diff --git a/EsounD.cabal b/EsounD.cabal index cd06f1b..60e1e5b 100644 --- a/EsounD.cabal +++ b/EsounD.cabal @@ -22,10 +22,20 @@ Source-Repository head Library Build-Depends: - base == 4.2.*, - bindings-EsounD == 0.1.*, - regions == 0.7.*, - storablevector == 0.2.* + MonadCatchIO-transformers == 0.2.*, + base == 4.2.*, + bindings-EsounD == 0.1.*, + network == 2.2.*, + regions == 0.7.*, + safer-file-handles == 0.8.*, + storablevector == 0.2.* Exposed-Modules: Sound.EsounD + + Extensions: + KindSignatures + UnicodeSyntax + + GHC-Options: + -Wall