]> gitweb @ CieloNegro.org - wavpack.git/blobdiff - wavpack.cabal
WVBitstream should have BitString
[wavpack.git] / wavpack.cabal
index bc30b7721a7da901f415f9149a1e429ad0b35c65..57927a0f357ce4005214bf94bedc116edaf2872d 100644 (file)
@@ -1,7 +1,12 @@
 Name: wavpack
 Synopsis: A Haskell implementation of the WavPack audio compression codec
 Description:
-        A Haskell implementation of the WavPack audio compression codec: <http://www.wavpack.com/>
+
+        A Haskell implementation of the WavPack audio compression
+        codec: <http://www.wavpack.com/>
+
+        This implementation is currently based on wavpack-4.50.1.
+
 Version: 0.1
 License: PublicDomain
 License-File: COPYING
@@ -30,11 +35,16 @@ Library
         base-unicode-symbols == 0.2.*,
         binary               == 0.5.*,
         binary-strict        == 0.4.*,
-        bytestring           == 0.9.*
+        bytestring           == 0.9.*,
+        strict               == 0.3.*,
+        vector               == 0.7.*
 
     Exposed-Modules:
         Codec.Audio.WavPack
+        Codec.Audio.WavPack.BitString
         Codec.Audio.WavPack.Block
+        Codec.Audio.WavPack.Decorrelation
+        Codec.Audio.WavPack.Internal
         Codec.Audio.WavPack.Metadata
 
     GHC-Options: