Skip to content

Commit

Permalink
Increase upper bound of QuickCheck version
Browse files Browse the repository at this point in the history
  • Loading branch information
zmthy committed Jan 17, 2018
1 parent 643e4fe commit 501f8c0
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
4 changes: 2 additions & 2 deletions http-media.cabal
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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

Expand Down

0 comments on commit 501f8c0

Please sign in to comment.