Skip to content

Commit

Permalink
Merge pull request #1799 from trofi/master
Browse files Browse the repository at this point in the history
Cabal.cabal: allow QuickCheck-2.7
  • Loading branch information
tibbe committed Apr 21, 2014
2 parents 4167869 + 27e824a commit 370f07c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cabal/Cabal.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ test-suite unit-tests
test-framework-hunit,
test-framework-quickcheck2,
HUnit,
QuickCheck < 2.7,
QuickCheck < 2.8,
Cabal
ghc-options: -Wall
default-language: Haskell98
Expand Down Expand Up @@ -277,7 +277,7 @@ test-suite package-tests
test-framework-quickcheck2 >= 0.2.12,
test-framework-hunit,
HUnit,
QuickCheck >= 2.1.0.1 && < 2.7,
QuickCheck >= 2.1.0.1 && < 2.8,
Cabal,
process,
directory,
Expand Down

0 comments on commit 370f07c

Please sign in to comment.