greskell-core 0.1.3.0 → 0.1.3.1
raw patch · 2 files changed
+6/−2 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- ChangeLog.md +4/−0
- greskell-core.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-core +## 0.1.3.1 -- 2019-12-30++* Confirm test with `base-4.13.0.0`+ ## 0.1.3.0 -- 2019-12-27 ### GraphSON module
greskell-core.cabal view
@@ -1,5 +1,5 @@ name: greskell-core-version: 0.1.3.0+version: 0.1.3.1 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.13,+ build-depends: base >=4.9.0.0 && <4.14, aeson >=1.0.2.1 && <1.5, unordered-containers >=0.2.7.1 && <0.3, hashable >=1.2.6.1 && <1.4,