Skip to content

Commit 3e3eb52

Browse files
committed
Use older version of http2 to avoid breakage with -haddock on 8.10
1 parent ba4b1cb commit 3e3eb52

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

cabal.project

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,9 @@ constraints:
6666
ghc-check -ghc-check-use-package-abis,
6767
ghc-lib-parser-ex -auto,
6868
stylish-haskell +ghc-lib,
69-
fourmolu -fixity-th
69+
fourmolu -fixity-th,
70+
-- http2 doesn't build with -haddock on ghc-8.10
71+
http2 < 4.0.0
7072

7173
-- This is benign and won't affect our ability to release to Hackage,
7274
-- because we only depend on `ekg-json` when a non-default flag

0 commit comments

Comments
 (0)