digraph 0.1.0.0 → 0.1.0.1
raw patch · 2 files changed
+7/−3 lines, 2 filesPVP ok
version bump matches the API change (PVP)
API changes (from Hackage documentation)
Files
- CHANGELOG.md +4/−0
- digraph.cabal +3/−3
CHANGELOG.md view
@@ -1,5 +1,9 @@ # Revision history for digraph +## 0.1.0.1 -- 2019-05-31++* Support for `hashable >=1.2`.+ ## 0.1.0.0 -- 2019-05-30 * First version. Released on an unsuspecting world.
digraph.cabal view
@@ -1,6 +1,6 @@ cabal-version: 2.2 name: digraph-version: 0.1.0.0+version: 0.1.0.1 synopsis: Directed Graphs description: Directed graphs implementation that is based on unordered-containers homepage: https://github.com/kadena-io/digraph@@ -36,7 +36,7 @@ base >=4.10 && <4.14 , containers >=0.5 , deepseq >=1.4- , hashable >=1.3+ , hashable >=1.2 , massiv >=0.3 , mwc-random >=0.14 , streaming >=0.2@@ -63,6 +63,6 @@ , QuickCheck >=2.11 , base >=4.10 && <4.14 , fgl >=5.7- , hashable >=1.3+ , hashable >=1.2 , massiv >=0.3