X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=wavpack.cabal;h=06ebd9535c9ef900b2c60c573eb0838cdae3e84e;hb=a35118daab8f022314c67b6d611b6ae0a7622fad;hp=cead654fc62e49663a38ee9335d30c9a548b16ad;hpb=79fe8094594b6b25d7d9c44bc128418d69f1da95;p=wavpack.git diff --git a/wavpack.cabal b/wavpack.cabal index cead654..06ebd95 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,6 +35,7 @@ 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.* @@ -38,6 +44,7 @@ Library Codec.Audio.WavPack Codec.Audio.WavPack.Block Codec.Audio.WavPack.Decorrelation + Codec.Audio.WavPack.Internal Codec.Audio.WavPack.Metadata GHC-Options: