greskell-core 0.1.2.3 → 0.1.2.4
raw patch · 2 files changed
+8/−3 lines, 2 filesdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base, containers
API changes (from Hackage documentation)
Files
- ChangeLog.md +5/−0
- greskell-core.cabal +3/−3
ChangeLog.md view
@@ -1,5 +1,10 @@ # Revision history for greskell-core +## 0.1.2.4 -- 2018-10-03++* Confirm test with `base-4.12.0.0` and `containers-0.6.0.1`++ ## 0.1.2.3 -- 2018-09-05 * Confirmed test with `QuickCheck-2.12` and `hspec-2.5.6`.
greskell-core.cabal view
@@ -1,5 +1,5 @@ name: greskell-core-version: 0.1.2.3+version: 0.1.2.4 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -30,7 +30,7 @@ Data.Greskell.AsIterator other-modules: Data.Greskell.GraphSON.GraphSONTyped, Data.Greskell.GraphSON.Core- build-depends: base >=4.9.0.0 && <4.12,+ build-depends: base >=4.9.0.0 && <4.13, aeson >=1.0.2.1 && <1.5, unordered-containers >=0.2.7.1 && <0.3, hashable >=1.2.6.1 && <1.3,@@ -38,7 +38,7 @@ text >=1.2.2.1 && <1.3, semigroups >=0.18.2 && <0.19, vector >=0.12.0.1 && <0.13,- containers >=0.5.7.1 && <0.6,+ containers >=0.5.7.1 && <0.7, uuid >=1.3.13 && <1.4 test-suite spec