Skip to content

Commit c475621

Browse files
geekosaurMikolaj
authored andcommitted
update time to 1.15
(cherry picked from commit 9d8968e)
1 parent 0f82880 commit c475621

3 files changed

Lines changed: 3 additions & 3 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
@@ -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.15
47+
time >= 1.4.0.1 && < 1.16
4848

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

cabal-install/cabal-install.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -239,7 +239,7 @@ library
239239
random >= 1.2 && < 1.4,
240240
stm >= 2.0 && < 2.6,
241241
tar >= 0.5.0.3 && < 0.7,
242-
time >= 1.5.0.1 && < 1.15,
242+
time >= 1.5.0.1 && < 1.16,
243243
zlib >= 0.5.3 && < 0.8,
244244
hackage-security >= 0.6.2.0 && < 0.7,
245245
text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2,

0 commit comments

Comments
 (0)