mismi-kernel 0.0.2 → 0.0.3
raw patch · 2 files changed
+10/−3 lines, 2 filesdep ~mismi-pPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: mismi-p
API changes (from Hackage documentation)
Files
- CHANGELOG.md +6/−0
- mismi-kernel.cabal +4/−3
CHANGELOG.md view
@@ -1,3 +1,9 @@+## Version 0.0.3 (2018-12-27)++- Add support for GHC 8.6.3+- Remove dependency on `unliftio-core` to fix compatibility issue+ with un-released version of amazonka+ ## Version 0.0.2 (2018-12-27) - Fix missing `Real` from `mismi-p`
mismi-kernel.cabal view
@@ -1,4 +1,4 @@-version: 0.0.2+version: 0.0.3 name: mismi-kernel@@ -27,13 +27,14 @@ tested-with: GHC == 8.2.2 , GHC == 8.4.3+ , GHC == 8.6.3 extra-source-files: CHANGELOG.md library build-depends: base >= 3 && < 5- , mismi-p == 0.0.2.*+ , mismi-p == 0.0.3.* , text >= 1.1 && < 1.3 ghc-options:@@ -63,6 +64,6 @@ build-depends: base >= 3 && < 5 , mismi-kernel- , mismi-p == 0.0.2.*+ , mismi-p == 0.0.3.* , hedgehog , text >= 1.1 && < 1.3