
-------------------------------------------- -- bytestring-trie 0.1.2 (bugfix) -------------------------------------------- Another bugfix release for efficient finite maps from (byte)strings to values. Release early, release often. -------------------------------------------- -- Changes -------------------------------------------- * Fixed a bug in alterBy pointed out by Mark Wotton. Same bug as the previous one pointed out by Maxime Henrion (a missing case). * Added an Eq instance, in case anyone cares. -------------------------------------------- -- Links -------------------------------------------- Homepage: http://code.haskell.org/~wren/ Hackage: http://hackage.haskell.org/cgi-bin/hackage-scripts/package/bytestring-trie Darcs: http://code.haskell.org/~wren/bytestring-trie/ Haddock (Darcs version): http://code.haskell.org/~wren/bytestring-trie/dist/doc/html/bytestring-trie/ -- Live well, ~wren