http-media 0.7.1 → 0.7.1.1
raw patch · 2 files changed
+9/−5 lines, 2 filesdep ~basePVP ok
version bump matches the API change (PVP)
Dependency ranges changed: base
API changes (from Hackage documentation)
Files
- CHANGES.md +6/−2
- http-media.cabal +3/−3
CHANGES.md view
@@ -1,10 +1,14 @@ Changelog ========= +- [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.+ - [Version 0.7.1](https://github.com/zmthy/http-media/releases/tag/v0.7.1) - Travis now tests against a range of Stack LTS environments, instead of- using multi-ghc.+ Travis now tests against a range of Stackage LTS environments, instead+ of using multi-ghc. Support for base-4.6 has now been correctly removed in the Cabal file.
http-media.cabal view
@@ -1,5 +1,5 @@ name: http-media-version: 0.7.1+version: 0.7.1.1 license: MIT license-file: LICENSE author: Timothy Jones@@ -70,7 +70,7 @@ Network.HTTP.Media.Utils build-depends:- base >= 4.7 && < 4.10,+ base >= 4.7 && < 4.11, bytestring >= 0.10 && < 0.11, case-insensitive >= 1.0 && < 1.3, containers >= 0.5 && < 0.6,@@ -114,7 +114,7 @@ Network.HTTP.Media.Utils build-depends:- base >= 4.7 && < 4.10,+ base >= 4.7 && < 4.11, bytestring >= 0.10 && < 0.11, case-insensitive >= 1.0 && < 1.3, containers >= 0.5 && < 0.6,