File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,7 @@ library
36
36
base >= 4.10 && < 5
37
37
, salak >= 0.3.5 && < 0.4
38
38
, text >= 1.2.3 && < 2.2
39
- , time >= 1.8.0 && < 1.10
39
+ , time >= 1.8.0 && < 1.15
40
40
, tomland >= 1.1.0 && < 1.4
41
41
, unordered-containers >= 0.2.10 && < 0.3
42
42
default-language : Haskell2010
@@ -60,7 +60,7 @@ test-suite salak-toml-test
60
60
, mtl
61
61
, salak >= 0.3.5 && < 0.4
62
62
, text
63
- , time >= 1.8.0 && < 1.10
63
+ , time >= 1.8.0 && < 1.15
64
64
, tomland >= 1.1.0 && < 1.4
65
65
, unordered-containers >= 0.2.10 && < 0.3
66
66
default-language : Haskell2010
@@ -80,7 +80,7 @@ benchmark salak-toml-bench
80
80
, criterion
81
81
, salak >= 0.3.5 && < 0.4
82
82
, text >= 1.2.3 && < 2.2
83
- , time >= 1.8.0 && < 1.10
83
+ , time >= 1.8.0 && < 1.15
84
84
, tomland >= 1.1.0 && < 1.4
85
85
, unordered-containers >= 0.2.10 && < 0.3
86
86
default-language : Haskell2010
You can’t perform that action at this time.
0 commit comments