File: newer-quickcheck

package info (click to toggle)
haskell-cassava 0.5.1.0-5
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 280 kB
  • sloc: haskell: 2,510; makefile: 3
file content (13 lines) | stat: -rw-r--r-- 509 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: b/cassava.cabal
===================================================================
--- a/cassava.cabal
+++ b/cassava.cabal
@@ -151,7 +151,7 @@ Test-suite unit-tests
                , vector
   -- extra dependencies not already used by lib:cassava
   build-depends: HUnit < 1.7
-               , QuickCheck == 2.10.*
+               , QuickCheck >= 2.10
                , quickcheck-instances >= 0.3.12 && < 0.4
                , test-framework == 0.8.*
                , test-framework-hunit == 0.3.*