We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 63c131e + c33e642 commit 9228d83Copy full SHA for 9228d83
io-sim-classes/io-sim-classes.cabal
@@ -59,7 +59,7 @@ library
59
bytestring,
60
mtl >=2.2 && <2.3,
61
stm >=2.5 && <2.6,
62
- time >=1.6 && <1.11
+ time >=1.9.1 && <1.11
63
ghc-options: -Wall
64
-Wno-unticked-promoted-constructors
65
-Wcompat
io-sim/io-sim.cabal
@@ -44,7 +44,7 @@ library
44
exceptions >=0.10,
45
containers,
46
psqueues >=0.2 && <0.3,
47
- time >=1.6 && <1.11,
+ time >=1.9.1 && <1.11,
48
quiet
49
50
@@ -72,7 +72,7 @@ test-suite test
72
QuickCheck,
73
tasty,
74
tasty-quickcheck,
75
- time
+ time >= 1.9.1
76
77
78
-fno-ignore-asserts
0 commit comments