File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ library
40
40
, parsec >= 3.1.13.0 && < 3.2
41
41
, pretty >= 1.1.1 && < 1.2
42
42
, 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
44
44
-- transformers-0.4.0.0 doesn't have record syntax e.g. for Identity
45
45
-- See also https://github.com/ekmett/transformers-compat/issues/35
46
46
, transformers (>= 0.3 && < 0.4 ) || (>= 0.4.1.0 && < 0.7 )
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ library
49
49
, filepath >= 1.3.0.1 && < 1.6
50
50
, pretty >= 1.1.1 && < 1.2
51
51
, process >= 1.2.1.0 && < 1.7
52
- , time >= 1.4.0.1 && < 1.15
52
+ , time >= 1.4.0.1 && < 1.16
53
53
54
54
if os(windows)
55
55
build-depends :
Original file line number Diff line number Diff line change @@ -261,7 +261,7 @@ library
261
261
, random >= 1.2 && < 1.4
262
262
, stm >= 2.0 && < 2.6
263
263
, tar >= 0.5.0.3 && < 0.7
264
- , time >= 1.5.0.1 && < 1.15
264
+ , time >= 1.5.0.1 && < 1.16
265
265
, zlib >= 0.5.3 && < 0.8
266
266
, hackage-security >= 0.6.2.0 && < 0.7
267
267
, text >= 1.2.3 && < 1.3 || >= 2.0 && < 2.2
You can’t perform that action at this time.
0 commit comments