mismi-s3-core 0.0.2 → 0.0.3
raw patch · 2 files changed
+22/−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 +16/−0
- mismi-s3-core.cabal +6/−3
+ CHANGELOG.md view
@@ -0,0 +1,16 @@+## 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`+- Include `mismi-s3`++## Version 0.0.1 (2018-12-16)++- Replace `p` submodule with `mismi-p`+- Upgrade tests from QuickCheck to hedgehog+- Remove `amazonka`, `x`, `disorder` and `twine` submodules
mismi-s3-core.cabal view
@@ -1,4 +1,4 @@-version: 0.0.2+version: 0.0.3 name: mismi-s3-core@@ -28,11 +28,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.* , attoparsec >= 0.12 && < 0.14 , text >= 1.1 && < 1.3 @@ -66,6 +69,6 @@ build-depends: base >= 3 && < 5 , mismi-s3-core- , mismi-p == 0.0.2.*+ , mismi-p == 0.0.3.* , hedgehog , text >= 1.1 && < 1.3