X-Git-Url: http://git.cielonegro.org/gitweb.cgi?a=blobdiff_plain;f=wavpack.cabal;h=f5ad92ce72ad0433bc7e420575cd02b0154d3f3f;hb=fda0a74785ab6da03f98be513de5cd3bada1359d;hp=bc30b7721a7da901f415f9149a1e429ad0b35c65;hpb=44ad26d5207bc8b48892030345df73e208479db4;p=wavpack.git diff --git a/wavpack.cabal b/wavpack.cabal index bc30b77..f5ad92c 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,15 @@ 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.Block + Codec.Audio.WavPack.Decorrelation + Codec.Audio.WavPack.Internal Codec.Audio.WavPack.Metadata GHC-Options: