Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions quickcheck2/test-framework-quickcheck2.cabal
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Name: test-framework-quickcheck2
Version: 0.3.0.1
Version: 0.3.0.2
Cabal-Version: >= 1.2.3
Category: Testing
Synopsis: QuickCheck2 support for the test-framework package.
Expand All @@ -22,7 +22,7 @@ Flag Base3
Library
Exposed-Modules: Test.Framework.Providers.QuickCheck2

Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.6, extensible-exceptions >= 0.1.1 && < 0.2.0
Build-Depends: test-framework >= 0.7.1, QuickCheck >= 2.4 && < 2.7, extensible-exceptions >= 0.1.1 && < 0.2.0
if flag(base3)
Build-Depends: base >= 3 && < 4, random >= 1
else
Expand Down