./devel/hs-fgl, Martin Erwigs Functional Graph Library

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 5.8.3.0nb1, Package name: hs-fgl-5.8.3.0nb1, Maintainer: pkgsrc-users

An interactive representation of manipulating graph data structures.

Original web site can be found at
http://web.engr.oregonstate.edu/~erwig/fgl/haskell


Required to run:
[lang/ghc88]

Required to build:
[pkgtools/cwrappers]

Master sites:

Filesize: 56.37 KB

Version history: (Expand)


CVS history: (Expand)


   2025-02-02 14:06:08 by Masatake Daimon | Files touched by this commit (1173)
Log message:
Bump all Haskell packages after switching the default compiler.
   2025-01-31 01:17:33 by Masatake Daimon | Files touched by this commit (3) | Package updated
Log message:
devel/hs-fgl: update to fgl-5.8.3.0

5.8.3.0
-------

* Data.Graph.Inductive.NodeMap now has functions mkLookupNode,
  insMapLookupNode, memberNode, and lookupNode for detecting whether a
  graph already contains a node (issue #72, PR #77).
   2024-05-09 03:32:57 by Masatake Daimon | Files touched by this commit (1137)
Log message:
Recursive revbump after changing the default Haskell compiler
   2024-04-29 04:27:52 by Masatake Daimon | Files touched by this commit (1)
Log message:
devel/hs-fgl: Fix build with GHC 9.8

This breaks build with the currently default GHC 9.6. Please bear with me
until I switch the default compiler.
   2023-11-02 07:37:49 by Masatake Daimon | Files touched by this commit (1141)
Log message:
Revbump all Haskell after updating lang/ghc96
   2023-10-26 14:46:28 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-fgl: Update to 5.8.2.0

5.8.2.0
-------

* Data.Graph.Inductive.Graph now only requires Graph, not DynGraph
  (issue #100).

* Documented that some functions are partial (issue #98).

* Add `insert` function as synonym for `&` (issue #90).

5.8.1.1
-------

* Data.Graph.Inductive.Query.Dominators.{dom,iDom} could fail for some
  graphs (issue #109, regression in 5.8.1.0).

5.8.1.0
-------

* Data.Graph.Inductive.PatriciaTree.Gr and
  Data.Graph.Inductive.Tree.Gr now have Functor instances.

* 'Gr a' is now an instance of Functor.
   2023-10-09 06:55:01 by Masatake Daimon | Files touched by this commit (988)
Log message:
Bump Haskell packages after updating lang/ghc94
   2023-01-25 02:58:56 by Masatake Daimon | Files touched by this commit (4)
Log message:
devel/hs-fgl: Update to 5.8

5.8.0.0
-------
* Breaking change: MonadFail is no longer a superclass of GraphM.
  This is to support GHC 9.4.  This has no effect on the IO and ST
  instances of GraphM, but may affect users.