Skip to content

Commit

Permalink
Bump QuickCheck version to test with GHC HEAD
Browse files Browse the repository at this point in the history
This is due to the AMP (Functor-Applicative-Monad Proposal) that makes
Applicative a superclass of Monad. QuickCheck 2.7.1 (or so) added the
Applicative instance for their Rose type.
  • Loading branch information
spl committed Sep 15, 2014
1 parent 459245f commit 2d8ec37
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions dlist.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,4 @@ test-suite test
build-depends: dlist,
base,
Cabal,
QuickCheck >= 2.5 && < 2.8

QuickCheck >= 2.7 && < 2.8

0 comments on commit 2d8ec37

Please sign in to comment.