Skip to content

Commit e7d9b84

Browse files
bgamariMikolaj
authored andcommitted
Bump time upper bound to acccomodate 1.14
1 parent 738e419 commit e7d9b84

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Cabal-syntax/Cabal-syntax.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ library
4040
parsec >= 3.1.13.0 && < 3.2,
4141
pretty >= 1.1.1 && < 1.2,
4242
text (>= 1.2.3.0 && < 1.3) || (>= 2.0 && < 2.2),
43-
time >= 1.4.0.1 && < 1.13,
43+
time >= 1.4.0.1 && < 1.15,
4444
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
4545
-- See also https://github.com/ekmett/transformers-compat/issues/35
4646
transformers (>= 0.3 && < 0.4) || (>=0.4.1.0 && <0.7)

Cabal/Cabal.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ library
4444
filepath >= 1.3.0.1 && < 1.6,
4545
pretty >= 1.1.1 && < 1.2,
4646
process >= 1.2.1.0 && < 1.7,
47-
time >= 1.4.0.1 && < 1.13
47+
time >= 1.4.0.1 && < 1.15
4848

4949
if os(windows)
5050
build-depends: Win32 >= 2.3.0.0 && < 2.15

0 commit comments

Comments
 (0)