Skip to content

Commit ff2c1bb

Browse files
authored
Allow semigroupoids < 6.1 (#1664)
1 parent 0cda2d0 commit ff2c1bb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

servant-client-ghcjs/servant-client-ghcjs.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ library
4949
, http-types >=0.12 && <0.13
5050
, monad-control >=1.0.0.4 && <1.1
5151
, mtl ^>=2.2.2 || ^>=2.3.1
52-
, semigroupoids >=5.3 && <5.4
52+
, semigroupoids >=5.3 && <6.1
5353
, string-conversions >=0.3 && <0.5
5454
, transformers >=0.3 && <0.6
5555
, transformers-base >=0.4.4 && <0.5

servant-client/servant-client.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ library
7171
, exceptions >= 0.10.0 && < 0.11
7272
, kan-extensions >= 5.2 && < 5.3
7373
, monad-control >= 1.0.2.3 && < 1.1
74-
, semigroupoids >= 5.3.1 && < 5.4
74+
, semigroupoids >= 5.3.1 && < 6.1
7575
, transformers-base >= 0.4.5.2 && < 0.5
7676
, transformers-compat >= 0.6.2 && < 0.8
7777

servant-http-streams/servant-http-streams.cabal

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ library
7070
, exceptions >= 0.10.0 && < 0.11
7171
, kan-extensions >= 5.2 && < 5.3
7272
, monad-control >= 1.0.2.3 && < 1.1
73-
, semigroupoids >= 5.3.1 && < 5.4
73+
, semigroupoids >= 5.3.1 && < 6.1
7474
, transformers-base >= 0.4.5.2 && < 0.5
7575
, transformers-compat >= 0.6.2 && < 0.8
7676

0 commit comments

Comments
 (0)