Skip to content

Commit 22c9f11

Browse files
committed
Allow semigroups-0.20
1 parent 9433a6f commit 22c9f11

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

binary-orphans.cabal

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
cabal-version: 1.12
22
name: binary-orphans
33
version: 1.0.2
4+
x-revision: 1
45
synopsis: Compatibility package for binary; provides instances
56
category: Data, Binary, Parsing, Compatibility
67
description:
@@ -50,7 +51,7 @@ library
5051

5152
if !impl(ghc >=8.0)
5253
build-depends: fail >=4.9 && <4.10
53-
build-depends: semigroups >=0.18.5 && <0.19.2
54+
build-depends: semigroups >=0.18.5 && <0.20.1
5455

5556
if !impl(ghc >=9.2)
5657
build-depends: OneTuple >=0.3 && <0.4

0 commit comments

Comments
 (0)