From 66e8360cb325f5e27b94c397b8e88269500d86d6 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Fri, 21 Oct 2022 10:56:18 +0300 Subject: [PATCH] Relax to 0.6 Co-authored-by: endgame --- servant/servant.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant/servant.cabal b/servant/servant.cabal index 948eb4da..eb7f937e 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -92,7 +92,7 @@ library -- We depend (heavily) on the API of these packages: -- i.e. re-export, or allow using without direct dependency build-depends: - http-api-data >= 0.4.1 && < 0.5.1 + http-api-data >= 0.4.1 && < 0.6 , singleton-bool >= 0.1.4 && < 0.1.7 -- Other dependencies: Lower bound around what is in the latest Stackage LTS.