[Haskell] ANNOUNCE: new FGL version (Feb 2005)

Martin Erwig erwig at cs.orst.edu
Mon Feb 7 16:46:44 EST 2005


FGL - A Functional Graph Library, Version: February 2005
========================================================

I am happy to announce a new release of the Functional Graph Library
for Haskell, a collection of graph algorithms and tools.


Changes since the last release (from January 2004):

   * fixed an import error in Basic.hs
   * removed Eq instance of gr because it caused overlapping instance 
problems.
     Instead the function equal defined in Graph.hs can be used
   * added some more functions to the export list of DFS.hs
   * changed the definition of LPath into a newtype to avoid
     overlapping instances with lists
   * fixed the Makefile (for GHC and GHCi)


Download:

   http://eecs.oregonstate.edu/~erwig/fgl/haskell/


Please email comments, bug reports, etc. to erwig at cs.orst.edu



--
Martin



More information about the Haskell mailing list