greskell 1.0.0.0 → 1.0.0.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.cabal +2/−2
ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell +## 1.0.0.1 -- 2019-12-30++* Confirm test with `base-4.13.0.0`+ ## 1.0.0.0 -- 2019-12-27 * Add some test cases to server-behavior-test
greskell.cabal view
@@ -1,5 +1,5 @@ name: greskell-version: 1.0.0.0+version: 1.0.0.1 author: Toshio Ito <debug.ito@gmail.com> maintainer: Toshio Ito <debug.ito@gmail.com> license: BSD3@@ -38,7 +38,7 @@ Data.Greskell.PMap, Data.Greskell.NonEmptyLike -- other-modules: - build-depends: base >=4.9.0.0 && <4.13,+ build-depends: base >=4.9.0.0 && <4.14, greskell-core >=0.1.3.0 && <0.2, text >=1.2.2.1 && <1.3, transformers >=0.5.2 && <0.6,