Skip to content

Commit

Permalink
Don't use wreq-0.5.4.1 with ghc-8.6.5
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoulHC committed Aug 11, 2023
1 parent cc5a46b commit 12033e7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions cabal.project
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,10 @@ optimization: False
constraints: crypton < 0, crypton-connection < 0, crypton-x509 < 0, crypton-x509-store < 0, crypton-x509-system < 0, crypton-x509-validation < 0
constraints: warp < 3.3.26

-- wreq-0.5.4.1 doesn't seem to work with ghc-8.6.5
if (impl(ghc < 8.8))
constraints: wreq == 0.5.4.0

allow-newer: servant-js:base

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

0 comments on commit 12033e7

Please sign in to comment.