Skip to content

Commit 271113f

Browse files
committed
bump time
1 parent ade546c commit 271113f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

chart-cairo/Chart-cairo.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ library
1717
Build-depends: base >= 3 && < 5
1818
, array >= 0.5 && < 0.6
1919
, old-locale >= 1.0.0 && < 1.1
20-
, time >= 1.12 && < 1.15
20+
, time >= 1.12 && < 1.16
2121
, cairo >= 0.9.11 && < 0.14
2222
, colour >= 2.2.1 && < 2.4
2323
, data-default-class < 0.3

chart-diagrams/Chart-diagrams.cabal

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ library
2828
default-language: Haskell98
2929
Build-depends: base >= 3 && < 5
3030
, old-locale >= 1.0.0 && < 1.1
31-
, time >= 1.12 && < 1.15
31+
, time >= 1.12 && < 1.16
3232
, diagrams-core >= 1.3 && < 1.6
3333
, diagrams-lib >= 1.2 && < 1.6
3434
, diagrams-svg >= 1.4 && < 1.6
@@ -39,7 +39,7 @@ library
3939
, svg-builder >= 0.1 && < 0.2
4040
, bytestring >= 0.9 && < 1.0
4141
, operational >= 0.2.2 && < 0.3
42-
, containers >= 0.4 && < 0.8
42+
, containers >= 0.4 && < 0.9
4343
, data-default-class < 0.3
4444
, lens >= 3.9 && < 5.4
4545
, mtl >= 2.0 && < 2.4

0 commit comments

Comments
 (0)