mismi-kernel 0.0.1 → 0.0.2
raw patch · 2 files changed
+8/−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 +5/−0
- mismi-kernel.cabal +3/−3
CHANGELOG.md view
@@ -1,3 +1,8 @@+## Version 0.0.2 (2018-12-27)++- Fix missing `Real` from `mismi-p`+- Include `mismi-s3`+ ## Version 0.0.1 (2018-12-16) - Replace `p` submodule with `mismi-p`
mismi-kernel.cabal view
@@ -1,4 +1,4 @@-version: 0.0.1+version: 0.0.2 name: mismi-kernel@@ -33,7 +33,7 @@ library build-depends: base >= 3 && < 5- , mismi-p+ , mismi-p == 0.0.2.* , text >= 1.1 && < 1.3 ghc-options:@@ -63,6 +63,6 @@ build-depends: base >= 3 && < 5 , mismi-kernel- , mismi-p+ , mismi-p == 0.0.2.* , hedgehog , text >= 1.1 && < 1.3