Skip to content
Snippets Groups Projects
Commit db9410d9 authored by Ryan Scott's avatar Ryan Scott
Browse files

Allow QuickCheck-2.13

See commercialhaskell/stackage#4444
parent 5324f10b
No related branches found
No related tags found
No related merge requests found
next [????.??.??]
-----------------
* Define a `MonadFail` instance for `CatchT`.
* Allow `QuickCheck-2.13` in the test suite.
0.10.0
------
......
......@@ -78,6 +78,6 @@ test-suite exceptions-tests
test-framework >= 0.8 && < 0.9,
test-framework-hunit >= 0.3 && < 0.4,
test-framework-quickcheck2 >= 0.3 && < 0.4,
QuickCheck >= 2.5 && < 2.13
QuickCheck >= 2.5 && < 2.14
if !impl(ghc >= 8.0)
build-depends: fail == 4.9.*
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment