X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=EsounD.cabal;h=cb7e8e156fe9140981552cd0a695ce515480b855;hb=951367c7c17ddbc417a998fe9a19d6434f63f386;hp=cd06f1b5378f9dbd1fde7118dc457bf0274f19a3;hpb=93f4b8e1f7427d770caf77cd2e2cefce99e447f9;p=EsounD.git diff --git a/EsounD.cabal b/EsounD.cabal index cd06f1b..cb7e8e1 100644 --- a/EsounD.cabal +++ b/EsounD.cabal @@ -22,10 +22,27 @@ Source-Repository head Library Build-Depends: - base == 4.2.*, - bindings-EsounD == 0.1.*, - regions == 0.7.*, - storablevector == 0.2.* + base == 4.2.*, + base-unicode-symbols == 0.2.*, + bindings-EsounD == 0.1.*, + network == 2.2.*, + regions == 0.7.*, + safer-file-handles == 0.8.*, + storablevector == 0.2.*, + transformers == 0.2.*, + unix == 2.4.* Exposed-Modules: Sound.EsounD + + Other-Modules: + Sound.EsounD.Internals + + Extensions: + EmptyDataDecls + KindSignatures + ScopedTypeVariables + UnicodeSyntax + + GHC-Options: + -Wall