From 5fbe6934883b51ed0605436263a7da68880cdb48 Mon Sep 17 00:00:00 2001 From: Andreas Abel Date: Fri, 13 Oct 2023 19:34:14 +0200 Subject: [PATCH] Bump `deepseq` to `<1.6` for GHC 9.8 Published in `http-client-0.7.14 revision 1`. Closes #517. --- http-client/http-client.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/http-client/http-client.cabal b/http-client/http-client.cabal index 5ad6cad0..a02149aa 100644 --- a/http-client/http-client.cabal +++ b/http-client/http-client.cabal @@ -47,7 +47,7 @@ library , streaming-commons >= 0.1.0.2 && < 0.3 , containers >= 0.5 , transformers - , deepseq >= 1.3 && <1.5 + , deepseq >= 1.3 && <1.6 , case-insensitive >= 1.0 , base64-bytestring >= 1.0 , cookie