X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=wavpack.git;a=blobdiff_plain;f=wavpack.cabal;h=57927a0f357ce4005214bf94bedc116edaf2872d;hp=cead654fc62e49663a38ee9335d30c9a548b16ad;hb=e7d7bed418f63de393b316b2b4246f44752b5743;hpb=79fe8094594b6b25d7d9c44bc128418d69f1da95 diff --git a/wavpack.cabal b/wavpack.cabal index cead654..57927a0 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 @@ -36,8 +41,10 @@ Library 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 GHC-Options: