packages feed

greskell 1.2.0.1 → 1.2.0.2

raw patch · 2 files changed

+8/−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 view
@@ -1,5 +1,9 @@ # Revision history for greskell +## 1.2.0.2  -- 2021-11-08++* Confirm test with `base-4.15.0.0`.+ ## 1.2.0.1  -- 2021-02-11  * Confirm test with `doctest-0.18`.
greskell.cabal view
@@ -1,5 +1,5 @@ name:                   greskell-version:                1.2.0.1+version:                1.2.0.2 author:                 Toshio Ito <debug.ito@gmail.com> maintainer:             Toshio Ito <debug.ito@gmail.com> license:                BSD3@@ -39,7 +39,7 @@                         Data.Greskell.NonEmptyLike,                         Data.Greskell.Logic   -- other-modules:        -  build-depends:        base >=4.9.0.0 && <4.15,+  build-depends:        base >=4.9.0.0 && <4.16,                         greskell-core >=0.1.3.0 && <0.2,                         text >=1.2.2.1 && <1.3,                         transformers >=0.5.2 && <0.6,@@ -66,6 +66,7 @@                         Data.Greskell.ExtraSpec,                         Data.Greskell.PMapSpec,                         Data.Greskell.LogicSpec+  build-tool-depends:   hspec-discover:hspec-discover   build-depends:        base, text, aeson,  unordered-containers,                         greskell, greskell-core,                         hspec >=2.2.3,@@ -77,6 +78,7 @@   hs-source-dirs:       test   ghc-options:          -Wall -fno-warn-unused-imports "-with-rtsopts=-M512m"   main-is:              DocTest.hs+  build-tool-depends:   doctest-discover:doctest-discover   build-depends:        base,                         doctest >=0.11 && <0.19,                         doctest-discover >=0.1.0.8 && <0.3