File: newer-deps

package info (click to toggle)
haskell-test-framework-quickcheck2 0.3.0.5-7
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 88 kB
  • sloc: haskell: 104; makefile: 2
file content (15 lines) | stat: -rw-r--r-- 731 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
--- a/test-framework-quickcheck2.cabal
+++ b/test-framework-quickcheck2.cabal
@@ -27,10 +27,10 @@ Library
         Exposed-Modules:        Test.Framework.Providers.QuickCheck2
 
         Build-Depends:          test-framework        == 0.8.*
-                              , QuickCheck            >= 2.4    && < 2.13
+                              , QuickCheck            >= 2.4    && < 2.15
                               , base                  >= 4.3    && < 5
                               , extensible-exceptions >= 0.1.1  && < 0.2.0
-                              , random                >= 1      && < 1.2
+                              , random                >= 1      && < 1.3
 
         Ghc-Options:            -Wall