From 501f8c0b90fe2f1675f7d19f32bc7c5b4a67c7bb Mon Sep 17 00:00:00 2001 From: Timothy Jones Date: Wed, 17 Jan 2018 16:03:35 +1300 Subject: [PATCH] Increase upper bound of QuickCheck version --- CHANGES.md | 5 +++++ http-media.cabal | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index c794f67..a831c86 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -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. diff --git a/http-media.cabal b/http-media.cabal index 4ecc0f1..43d163e 100644 --- a/http-media.cabal +++ b/http-media.cabal @@ -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 @@ test-suite test-http-media 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