From 12033e766a94aeaa1318f99e02b68e70eb5c63f6 Mon Sep 17 00:00:00 2001 From: Raoul Hidalgo Charman Date: Thu, 3 Aug 2023 17:12:49 +0100 Subject: [PATCH] Don't use wreq-0.5.4.1 with ghc-8.6.5 --- cabal.project | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/cabal.project b/cabal.project index 5663f806e..46194df1f 100644 --- a/cabal.project +++ b/cabal.project @@ -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.