huffman 1.0.0 → 1.0.1
raw patch · 1 files changed
+3/−3 lines, 1 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- huffman.cabal +3/−3
huffman.cabal view
@@ -1,11 +1,11 @@ Name: huffman-Version: 1.0.0+Version: 1.0.1 License-File: LICENSE License: BSD3 Author: Maxime Henrion Copyright: 2010, Maxime Henrion Maintainer: Maxime Henrion <mhenrion@gmail.com>-Bug-Reports: http://bitbucket.org/mumux/huffman/issues/+Bug-Reports: http://bitbucket.org/mux/huffman/issues/ Category: Data, Compression Synopsis: Pure Haskell implementation of the Huffman encoding algorithm Description:@@ -21,7 +21,7 @@ Source-Repository head Type: mercurial- Location: http://bitbucket.org/mumux/huffman/+ Location: http://bitbucket.org/mux/huffman/ Library Build-Depends: base >= 3 && < 5, containers, fingertree