Skip to content

Commit 3fe7a16

Browse files
committed
Allow semigroups-0.20
1 parent 68ba7d7 commit 3fe7a16

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

time-compat.cabal

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
cabal-version: 1.12
22
name: time-compat
33
version: 1.9.6.1
4-
x-revision: 2
4+
x-revision: 3
55
synopsis: Compatibility package for time
66
description:
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

0 commit comments

Comments
 (0)