Skip to content

Commit bf160cc

Browse files
authored
Merge pull request #1456 from akhesaCaro/http_common_constraint
Fix CI by adding a constraint to http-common to make it build against ghc 8.2.2
2 parents 3af3129 + 993277e commit bf160cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ library
6666
, http-media >= 0.7.1.3 && < 0.9
6767
, io-streams >= 1.5.0.1 && < 1.6
6868
, http-types >= 0.12.2 && < 0.13
69-
, http-common >= 0.8.2.0 && < 0.9
69+
, http-common >= 0.8.2.0 && < 0.8.3
7070
, exceptions >= 0.10.0 && < 0.11
7171
, kan-extensions >= 5.2 && < 5.3
7272
, monad-control >= 1.0.2.3 && < 1.1

0 commit comments

Comments
 (0)