greskell-core 0.1.3.4 → 0.1.3.5
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.5 -- 2020-06-21++* Confirm test with `base-4.14.0.0`+ ## 0.1.3.4 -- 2020-06-06 * Support `doctest-0.17`.
greskell-core.cabal view
@@ -1,5 +1,5 @@ name: greskell-core-version: 0.1.3.4+version: 0.1.3.5 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.14,+ build-depends: base >=4.9.0.0 && <4.15, aeson >=1.0.2.1 && <1.6, unordered-containers >=0.2.7.1 && <0.3, hashable >=1.2.6.1 && <1.4,