http-media 0.7.1.2 → 0.7.1.3
raw patch · 2 files changed
+10/−6 lines, 2 filesdep ~QuickCheckdep ~basedep ~containersPVP ok
version bump matches the API change (PVP)
Dependency ranges changed: QuickCheck, base, containers
API changes (from Hackage documentation)
Files
- CHANGES.md +4/−0
- http-media.cabal +6/−6
CHANGES.md view
@@ -1,6 +1,10 @@ Changelog ========= +- [Version 0.7.1.3](https://github.com/zmthy/http-media/releases/tag/v0.7.1.3)++ Package bounds have been updated for GHC 8.6.+ - [Version 0.7.1.2](https://github.com/zmthy/http-media/releases/tag/v0.7.1.2) The bounds for QuickCheck have been updated to include the latest
http-media.cabal view
@@ -1,5 +1,5 @@ name: http-media-version: 0.7.1.2+version: 0.7.1.3 license: MIT license-file: LICENSE author: Timothy Jones@@ -70,10 +70,10 @@ Network.HTTP.Media.Utils build-depends:- base >= 4.7 && < 4.11,+ base >= 4.7 && < 4.13, bytestring >= 0.10 && < 0.11, case-insensitive >= 1.0 && < 1.3,- containers >= 0.5 && < 0.6,+ containers >= 0.5 && < 0.7, utf8-string >= 0.3 && < 1.1 test-suite test-http-media@@ -114,12 +114,12 @@ Network.HTTP.Media.Utils build-depends:- base >= 4.7 && < 4.11,+ base >= 4.7 && < 4.13, bytestring >= 0.10 && < 0.11, case-insensitive >= 1.0 && < 1.3,- containers >= 0.5 && < 0.6,+ containers >= 0.5 && < 0.7, utf8-string >= 0.3 && < 1.1,- QuickCheck >= 2.6 && < 2.12,+ QuickCheck >= 2.6 && < 2.13, test-framework >= 0.8 && < 0.9, test-framework-quickcheck2 >= 0.3 && < 0.4