packages feed

greskell-core 0.1.2.6 → 0.1.2.7

raw patch · 2 files changed

+7/−3 lines, 2 filesdep ~hashabledep ~semigroupsPVP ok

version bump matches the API change (PVP)

Dependency ranges changed: hashable, semigroups

API changes (from Hackage documentation)

Files

ChangeLog.md view
@@ -1,5 +1,9 @@ # Revision history for greskell-core +## 0.1.2.7  -- 2019-10-02++* Confirm test with `hashable-1.3.0.0` and `semigroups-0.19.1`.+ ## 0.1.2.6  -- 2019-06-10  * Adapt test spec to `aeson-1.4.3.0` (#1).
greskell-core.cabal view
@@ -1,5 +1,5 @@ name:                   greskell-core-version:                0.1.2.6+version:                0.1.2.7 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -33,10 +33,10 @@   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,+                        hashable >=1.2.6.1 && <1.4,                         scientific >=0.3.4.9 && <0.4,                         text >=1.2.2.1 && <1.3,-                        semigroups >=0.18.2 && <0.19,+                        semigroups >=0.18.2 && <0.20,                         vector >=0.12.0.1 && <0.13,                         containers >=0.5.7.1 && <0.7,                         uuid >=1.3.13 && <1.4