blob: 09fcbde87982ec14def3f8e474d7f5bc80f2f553 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- a/quickcheck-instances.cabal
+++ b/quickcheck-instances.cabal
@@ -44,10 +44,10 @@
hashable >= 1.1.2.3 && < 1.3,
unordered-containers >= 0.2.1 && < 0.3,
old-time >= 1.0 && < 1.2,
- QuickCheck >= 2.1 && < 2.9,
+ QuickCheck >= 2.1 && < 2.10,
text >= 0.7 && < 1.3,
time >= 1.1 && < 1.7,
- vector >= 0.9 && <0.12,
+ vector >= 0.9 && <0.13,
scientific >=0.2 && <0.4
Ghc-options: -Wall
|