File ghc-fgl.changes of Package ghc-fgl
-------------------------------------------------------------------
Sat Sep 26 10:02:01 UTC 2015 - peter.trommler@ohm-hochschule.de
- remove dependency on mtl
-------------------------------------------------------------------
Sun Sep 13 12:37:41 UTC 2015 - mimi.vx@gmail.com
- update to 5.5.2.3
* Ensure firing of specialised rules for `PatriciaTree`.
* Better way of only creating `NFData` instances when possible.
-------------------------------------------------------------------
Fri Aug 7 07:09:38 UTC 2015 - mimi.vx@gmail.com
- update to 5.5.2.1
* Only create `NFData` instances for GHC >= 7.4.1.
* Documentation, clean-up and refactoring of various parts of the
library.
- As part of this, various types now have instances for classes
like `Show`, `Eq`, `Ord`, `NFData`, etc. where applicable.
- In particular, the various options for use with depth-first
search and shortest path queries was documented by David
Luposchainsky.
* Addition of a proper test-suite. So far it covers the
`Data.Graph.Inductive.Graph` module and all
`Data.Graph.Inductive.Query.*` modules except for `Monad`.
* Arbitrary instances for the two graph types are now available in the
new `fgl-arbitrary` sub-package.
* Now depends solely on the `transformers` library rather than `mtl`.
* Potentially breaking changes:
These changes are those where the behaviour was un-specified or
didn't match the documentation.
- `nodeRange` and `nodeRangeM` for the various graph data
structures erroneously returned `(0,0)` for empty graphs (making
them indistinguishable from graphs containing the single node
`0`). They now match the default implementation of throwing an
error.
- The behaviour of `delLEdge` when dealing with multiple edges was
unspecified; it now deletes only a single edge and the new
function `delAllLEdge` deletes all edges matching the one
provided.
- Creating sub-graphs by `Node`- and `Context`-filtering as well
as induced by a set of `Node`s.
- Graph condensation (i.e. graph of
strongly-connected-components).
- Various edge- and neighbor-based helper functions.
* The graph types now have `Generic` instances thanks to Piotr
Mlodawski.
* The `OrdGr` wrapper by Trevor Cook allows performing `Ord`-based
comparisons on graphs.
-------------------------------------------------------------------
Mon Apr 13 14:04:37 UTC 2015 - mimi.vx@gmail.com
- update to 5.5.1.0
* Support added for GHC 7.10 by Herbert Valerio Riedel.
* Additional DFS query functions added by Conrad Parker.
* Repository location changed to GitHub.
* Code cleanup:
Data.Set from the containers library.
Remove usage of data type contexts.
Use newtypes where applicable.
-------------------------------------------------------------------
Tue Sep 2 08:55:52 UTC 2014 - peter.trommler@ohm-hochschule.de
- update to 5.5.0.1 for Haskell Platform 2014.2.0.0
* fixes for Tree and PatriciaTree classes
- regenerate spec file
-------------------------------------------------------------------
Sat Aug 23 00:10:46 UTC 2014 - peter.trommler@ohm-hochschule.de
- enable PowerPC builds
-------------------------------------------------------------------
Thu Jul 31 16:09:15 UTC 2014 - dimstar@opensuse.org
- Rename rpmlintrc to %{name}-rpmlintrc.
Follow the packaging guidelines.
-------------------------------------------------------------------
Mon May 6 11:45:04 UTC 2013 - peter.trommler@ohm-hochschule.de
- more transparent packaging (fewer macros)
-------------------------------------------------------------------
Fri Jan 4 18:37:04 UTC 2013 - peter.trommler@ohm-hochschule.de
- expand macro in name tag to help source validator
-------------------------------------------------------------------
Sat Nov 17 14:20:22 UTC 2012 - peter.trommler@ohm-hochschule.de
- make service localonly for Factory submission
-------------------------------------------------------------------
Tue Jun 5 13:54:32 UTC 2012 - peter.trommler@ohm-hochschule.de
- cabal2spec 0.25.5 template for spec file
-------------------------------------------------------------------
Tue May 29 12:41:17 UTC 2012 - peter.trommler@ohm-hochschule.de
- added copyright notice
-------------------------------------------------------------------
Sat Dec 31 10:41:19 UTC 2011 - peter.trommler@ohm-hochschule.de
- Added arch.
-------------------------------------------------------------------
Sat Dec 31 10:39:38 UTC 2011 - peter.trommler@ohm-hochschule.de
- Initial packaging.