File: newer-deps

package info (click to toggle)
haskell-quickcheck-safe 0.1.0.6-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 88 kB
  • sloc: haskell: 210; makefile: 4
file content (20 lines) | stat: -rw-r--r-- 649 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Index: b/QuickCheck-safe.cabal
===================================================================
--- a/QuickCheck-safe.cabal
+++ b/QuickCheck-safe.cabal
@@ -1,5 +1,6 @@
 name:                QuickCheck-safe
 version:             0.1.0.6
+x-revision: 1
 synopsis:            Safe reimplementation of QuickCheck's core
 description:
   QuickCheck-safe reimplements the quickCheck functionality with a pure
@@ -33,7 +34,7 @@ source-repository head
 library
   hs-source-dirs:    src
   build-depends:
-    QuickCheck >= 2.7.3 && < 2.14,
+    QuickCheck >= 2.7.3 && < 2.15,
     containers >= 0.5 && < 0.7,
     base >= 4.6 && < 5
   exposed-modules: