]> gitweb @ CieloNegro.org - wavpack.git/blobdiff - wavpack.cabal
started implementing readCode
[wavpack.git] / wavpack.cabal
index 57927a0f357ce4005214bf94bedc116edaf2872d..399a28491fd12f2808da90f08829c4062e831076 100644 (file)
@@ -35,17 +35,18 @@ Library
         base-unicode-symbols == 0.2.*,
         binary               == 0.5.*,
         binary-strict        == 0.4.*,
+        bitstream            == 0.1.*,
         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
+        Codec.Audio.WavPack.Unpack
 
     GHC-Options:
         -Wall