Skip to content

Commit b2e2e23

Browse files
committed
Bump the bound on commutative-semigroups
0.1.0.0 is a breaking release, but not one that affect patch (or its existing consumers).
1 parent b20217c commit b2e2e23

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

patch.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ library
3535
default-language: Haskell2010
3636
build-depends: base >= 4.9 && < 4.17
3737
, constraints-extras >= 0.3 && < 0.4
38-
, commutative-semigroups >= 0.0 && < 0.1
38+
, commutative-semigroups >= 0.0 && < 0.2
3939
, containers >= 0.6 && < 0.7
4040
, dependent-map >= 0.3 && < 0.5
4141
, dependent-sum >= 0.6 && < 0.8

0 commit comments

Comments
 (0)