X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=wavpack.git;a=blobdiff_plain;f=wavpack.cabal;h=c8360975d62fa336fd4a5a296ed8d265633a67d1;hp=11100bc8a0c92602fbc3a5fb34c4d0d66cf8246b;hb=HEAD;hpb=c819d2f4e89624b68af565e150a73e31149ab4a4 diff --git a/wavpack.cabal b/wavpack.cabal index 11100bc..c836097 100644 --- a/wavpack.cabal +++ b/wavpack.cabal @@ -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: + + A Haskell implementation of the WavPack audio compression + codec: + + This implementation is currently based on wavpack-4.50.1. + Version: 0.1 License: PublicDomain License-File: COPYING @@ -30,11 +35,21 @@ Library base-unicode-symbols == 0.2.*, binary == 0.5.*, binary-strict == 0.4.*, - bytestring == 0.9.* + bitstream == 0.2.*, + bytestring == 0.9.*, + mtl == 2.0.*, + strict == 0.3.*, + vector == 0.7.* Exposed-Modules: Codec.Audio.WavPack Codec.Audio.WavPack.Block + Codec.Audio.WavPack.Decorrelation + Codec.Audio.WavPack.Entropy + Codec.Audio.WavPack.Internal + Codec.Audio.WavPack.Metadata + Codec.Audio.WavPack.Words + Codec.Audio.WavPack.Unpack GHC-Options: -Wall