File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 1
1
cabal-version : 1.12
2
2
name : time-compat
3
3
version : 1.9.7
4
+ x-revision : 1
4
5
synopsis : Compatibility package for time
5
6
description :
6
7
This packages tries to compat as much of @time@ features as possible.
@@ -46,7 +47,7 @@ library
46
47
base >= 4.12 && < 4.21
47
48
, base-orphans >= 0.9.2 && < 0.10
48
49
, deepseq >= 1.4.4.0 && < 1.6
49
- , hashable >= 1.4.4.0 && < 1.5
50
+ , hashable >= 1.4.4.0 && < 1.6
50
51
, time >= 1.8.0.2 && < 1.9 || >= 1.9.2 && < 1.9.4 || >= 1.10 && < 1.10.1 || >= 1.11 && < 1.11.2 || >= 1.12 && < 1.13
51
52
52
53
exposed-modules :
@@ -81,7 +82,7 @@ test-suite instances
81
82
build-depends :
82
83
base
83
84
, deepseq
84
- , hashable >= 1.4.0.0 && < 1.5
85
+ , hashable >= 1.4.0.0 && < 1.6
85
86
, HUnit >= 1.3.1 && < 1.3.2 || >= 1.6.0.0 && < 1.7
86
87
, time-compat
87
88
You can’t perform that action at this time.
0 commit comments