X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=wavpack.git;a=blobdiff_plain;f=wavpack.cabal;h=f5ad92ce72ad0433bc7e420575cd02b0154d3f3f;hp=740e60ac06c6ad3d3c1f3b99b4f6db13466246fc;hb=fc5bbbe214bd5b31684fd54f9e7e70557bf872ef;hpb=9128d47e1f753b82477535a1116b3a4f416243fc diff --git a/wavpack.cabal b/wavpack.cabal index 740e60a..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 @@ -31,11 +36,14 @@ Library binary == 0.5.*, binary-strict == 0.4.*, bytestring == 0.9.*, - strict == 0.3.* + 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: