Skip to content

Commit

Permalink
allow quickcheck-2.11.*
Browse files Browse the repository at this point in the history
  • Loading branch information
tmcdonell committed Mar 17, 2018
1 parent 38ce2d8 commit a63781d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion repa-examples/repa-examples.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ Executable repa-unit-test
Build-depends:
base >= 4.8 && < 4.12
, repa == 3.4.1.*
, QuickCheck >= 2.8 && < 2.11
, QuickCheck >= 2.8 && < 2.12

Main-is: examples/UnitTesting/UnitTesting.hs
hs-source-dirs: examples/UnitTesting .
Expand Down
2 changes: 1 addition & 1 deletion repa/repa.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Library
, ghc-prim
, vector >= 0.11 && < 0.13
, bytestring == 0.10.*
, QuickCheck >= 2.8 && < 2.11
, QuickCheck >= 2.8 && < 2.12

ghc-options:
-Wall -fno-warn-missing-signatures
Expand Down
2 changes: 1 addition & 1 deletion stack-8.4.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ extra-deps:
- 'old-locale-1.0.0.7'
- 'old-time-1.1.0.3'
- 'primitive-0.6.3.0'
- 'QuickCheck-2.10.1'
- 'QuickCheck-2.11.3'
- 'random-1.1'
- 'tf-random-0.5'
- 'vector-0.12.0.1'
Expand Down

0 comments on commit a63781d

Please sign in to comment.