Skip to content

Commit 12033e7

Browse files
committed
Don't use wreq-0.5.4.1 with ghc-8.6.5
1 parent cc5a46b commit 12033e7

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

cabal.project

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -58,6 +58,10 @@ optimization: False
5858
constraints: crypton < 0, crypton-connection < 0, crypton-x509 < 0, crypton-x509-store < 0, crypton-x509-system < 0, crypton-x509-validation < 0
5959
constraints: warp < 3.3.26
6060

61+
-- wreq-0.5.4.1 doesn't seem to work with ghc-8.6.5
62+
if (impl(ghc < 8.8))
63+
constraints: wreq == 0.5.4.0
64+
6165
allow-newer: servant-js:base
6266

6367
-- Print ticks so that doctest type querying is consistent across GHC versions.

0 commit comments

Comments
 (0)