File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 11cabal-version : 1.12
22name : time-compat
33version : 1.9.6.1
4- x-revision : 2
4+ x-revision : 3
55synopsis : Compatibility package for time
66description :
77 This packages tries to compat as much of @time@ features as possible.
@@ -72,7 +72,7 @@ library
7272 if !impl(ghc >= 8.0 )
7373 build-depends :
7474 fail >= 4.9.0.0 && < 4.10
75- , semigroups >= 0.18.5 && < 0.20
75+ , semigroups >= 0.18.5 && < 0.21
7676
7777 exposed-modules :
7878 Data.Time.Calendar.Compat
@@ -107,7 +107,7 @@ test-suite instances
107107 base
108108 , deepseq
109109 , HUnit >= 1.3.1 && < 1.3.2 || >= 1.6.0.0 && < 1.7
110- , hashable >= 1.3.1.0 && < 1.4
110+ , hashable >= 1.3.1.0 && < 1.5
111111 , time-compat
112112
113113-- This test-suite is from time library
@@ -152,7 +152,7 @@ test-suite main
152152 if !impl(ghc >= 8.0 )
153153 build-depends :
154154 fail >= 4.9.0.0 && < 4.10
155- , semigroups >= 0.18.5 && < 0.20
155+ , semigroups >= 0.18.5 && < 0.21
156156
157157 build-depends : time
158158 main-is : Main.hs
You can’t perform that action at this time.
0 commit comments