Skip to content

Commit b140dca

Browse files
authored
Merge pull request #11127 from geekosaur/time-1.15
update `time` to 1.15
2 parents e2d2d20 + 9d8968e commit b140dca

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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.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:

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -261,7 +261,7 @@ library
261261
, random >= 1.2 && < 1.4
262262
, stm >= 2.0 && < 2.6
263263
, tar >= 0.5.0.3 && < 0.7
264-
, time >= 1.5.0.1 && < 1.15
264+
, time >= 1.5.0.1 && < 1.16
265265
, zlib >= 0.5.3 && < 0.8
266266
, hackage-security >= 0.6.2.0 && < 0.7
267267
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2

0 commit comments

Comments
 (0)