[Haskell-cafe] ANN bytestring-trie 0.1.2 (bugfix)

wren ng thornton wren at freegeek.org
Mon Jan 5 20:07:46 EST 2009


--------------------------------------------
-- 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



More information about the Haskell-Cafe mailing list