Skip to content

Commit 009f8eb

Browse files
committed
Bump time upper bound
To allow time-1.15.
1 parent 651120c commit 009f8eb

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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.15
43+
, time >= 1.4.0.1 && < 1.16
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
@@ -49,7 +49,7 @@ library
4949
, filepath >= 1.3.0.1 && < 1.6
5050
, pretty >= 1.1.1 && < 1.2
5151
, process >= 1.2.1.0 && < 1.7
52-
, time >= 1.4.0.1 && < 1.15
52+
, time >= 1.4.0.1 && < 1.16
5353

5454
if os(windows)
5555
build-depends:

0 commit comments

Comments
 (0)