From 62cbe8b9b4234775a3f0277692928c0fc312d0d0 Mon Sep 17 00:00:00 2001 From: Ezra elias kilty Cooper Date: Sun, 8 Oct 2023 14:16:53 -0700 Subject: [PATCH] Try allowing deepseq 1.5 --- network-uri.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network-uri.cabal b/network-uri.cabal index 07b7f69..cb7c285 100644 --- a/network-uri.cabal +++ b/network-uri.cabal @@ -70,7 +70,7 @@ library Network.URI.Static build-depends: base >= 3 && < 5, - deepseq >= 1.1 && < 1.5, + deepseq >= 1.1 && < 1.6, parsec >= 3.1.12.0 && < 3.2, th-compat >= 0.1.1 && < 1.0 build-depends: template-haskell