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 [EMAIL PROTECTED]
-- Martin
_______________________________________________ Haskell mailing list Haskell@haskell.org http://www.haskell.org/mailman/listinfo/haskell