Skip to content

Commit

Permalink
Bump QuickCheck upper bound to 2.12
Browse files Browse the repository at this point in the history
  • Loading branch information
Porges committed Jan 23, 2018
1 parent 5764b17 commit 4c3312f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions email-validate.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: email-validate
version: 2.3.2
version: 2.3.2.1
license: BSD3
license-file: LICENSE
author: George Pollard <[email protected]>
Expand All @@ -19,7 +19,7 @@ source-repository head
source-repository this
type: git
location: git://github.com/Porges/email-validate-hs.git
tag: v2.3.2
tag: v2.3.2.1

library
build-depends:
Expand All @@ -45,7 +45,7 @@ test-suite Main
email-validate,
base >= 4 && < 5,
hspec >= 2.2.3 && < 2.5,
QuickCheck >= 2.4 && < 2.11,
QuickCheck >= 2.4 && < 2.12,
bytestring >= 0.9 && < 0.11

test-suite doctests
Expand Down

0 comments on commit 4c3312f

Please sign in to comment.