Skip to content

Commit c33e642

Browse files
committed
Add time >= 1.9.1 lower bound
1 parent 63c131e commit c33e642

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

io-sim-classes/io-sim-classes.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ library
5959
bytestring,
6060
mtl >=2.2 && <2.3,
6161
stm >=2.5 && <2.6,
62-
time >=1.6 && <1.11
62+
time >=1.9.1 && <1.11
6363
ghc-options: -Wall
6464
-Wno-unticked-promoted-constructors
6565
-Wcompat

io-sim/io-sim.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
exceptions >=0.10,
4545
containers,
4646
psqueues >=0.2 && <0.3,
47-
time >=1.6 && <1.11,
47+
time >=1.9.1 && <1.11,
4848
quiet
4949

5050
ghc-options: -Wall
@@ -72,7 +72,7 @@ test-suite test
7272
QuickCheck,
7373
tasty,
7474
tasty-quickcheck,
75-
time
75+
time >= 1.9.1
7676

7777
ghc-options: -Wall
7878
-fno-ignore-asserts

0 commit comments

Comments
 (0)