http-media 0.7.1.1 → 0.7.1.2
raw patch · 2 files changed
+7/−2 lines, 2 filesdep ~QuickCheckdep ~base
Dependency ranges changed: QuickCheck, base
Files
- CHANGES.md +5/−0
- http-media.cabal +2/−2
CHANGES.md view
@@ -1,6 +1,11 @@ Changelog ========= +- [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+ version.+ - [Version 0.7.1.1](https://github.com/zmthy/http-media/releases/tag/v0.7.1.1) The bounds for base have been updated to include support for GHC 8.2.
http-media.cabal view
@@ -1,5 +1,5 @@ name: http-media-version: 0.7.1.1+version: 0.7.1.2 license: MIT license-file: LICENSE author: Timothy Jones@@ -119,7 +119,7 @@ case-insensitive >= 1.0 && < 1.3, containers >= 0.5 && < 0.6, utf8-string >= 0.3 && < 1.1,- QuickCheck >= 2.6 && < 2.11,+ QuickCheck >= 2.6 && < 2.12, test-framework >= 0.8 && < 0.9, test-framework-quickcheck2 >= 0.3 && < 0.4