File tree Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Expand file tree Collapse file tree 2 files changed +27
-2
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ library
1616 , bytestring
1717 , Cabal ^>= 3.14.0.0
1818 , Cabal-syntax ^>= 3.14.0.0
19- , QuickCheck ^ >= 2.13.2 || ^ >= 2.14
19+ , QuickCheck >= 2.13.2 && < 2.18
2020
2121 exposed-modules :
2222 Test.QuickCheck.GenericArbitrary
Original file line number Diff line number Diff line change @@ -332,6 +332,7 @@ test-suite unit-tests
332332 UnitTests.Options
333333
334334 build-depends :
335+ <<<<<<< HEAD
335336 array,
336337 bytestring,
337338 cabal-install,
@@ -354,6 +355,30 @@ test-suite unit-tests
354355 tasty-hunit >= 0.10 ,
355356 tree-diff,
356357 QuickCheck >= 2.14.3 && < 2.16
358+ =======
359+ , array
360+ , bytestring
361+ , cabal-install
362+ , Cabal-tree-diff
363+ , Cabal-QuickCheck
364+ , Cabal-tests
365+ , containers
366+ , directory
367+ , filepath
368+ , mtl
369+ , network-uri >= 2.6.2.0 && < 2.7
370+ , random
371+ , tar
372+ , time
373+ , zlib
374+ , tasty >= 1.2.3 && < 1.6
375+ , tasty-golden >= 2.3.1.1 && < 2.4
376+ , tasty-quickcheck ^>= 0.11
377+ , tasty-expected-failure
378+ , tasty-hunit >= 0.10
379+ , tree-diff
380+ , QuickCheck >= 2.14.3 && < 2.18
381+ >>>>>>> af3395c34 (Bump QuickCheck)
357382
358383
359384-- Tests to run with a limited stack and heap size
@@ -438,5 +463,5 @@ test-suite long-tests
438463 tasty-expected-failure,
439464 tasty-hunit >= 0.10 ,
440465 tasty-quickcheck < 0.12 ,
441- QuickCheck >= 2.14 && < 2.16 ,
466+ QuickCheck >= 2.14 && < 2.18 ,
442467 pretty-show >= 1.6.15
You can’t perform that action at this time.
0 commit comments