Skip to content

Commit

Permalink
Allow semigroups-0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
phadej committed Nov 16, 2021
1 parent 68ba7d7 commit 3fe7a16
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions time-compat.cabal
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
cabal-version: 1.12
name: time-compat
version: 1.9.6.1
x-revision: 2
x-revision: 3
synopsis: Compatibility package for time
description:
This packages tries to compat as much of @time@ features as possible.
Expand Down Expand Up @@ -72,7 +72,7 @@ library
if !impl(ghc >=8.0)
build-depends:
fail >=4.9.0.0 && <4.10
, semigroups >=0.18.5 && <0.20
, semigroups >=0.18.5 && <0.21

exposed-modules:
Data.Time.Calendar.Compat
Expand Down Expand Up @@ -107,7 +107,7 @@ test-suite instances
base
, deepseq
, HUnit >=1.3.1 && <1.3.2 || >=1.6.0.0 && <1.7
, hashable >=1.3.1.0 && <1.4
, hashable >=1.3.1.0 && <1.5
, time-compat

-- This test-suite is from time library
Expand Down Expand Up @@ -152,7 +152,7 @@ test-suite main
if !impl(ghc >=8.0)
build-depends:
fail >=4.9.0.0 && <4.10
, semigroups >=0.18.5 && <0.20
, semigroups >=0.18.5 && <0.21

build-depends: time
main-is: Main.hs
Expand Down

0 comments on commit 3fe7a16

Please sign in to comment.