From 3c520683ce1349d5e5c94d72ef22a79ce3019d69 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Wed, 21 Apr 2021 06:16:17 +0800 Subject: [PATCH] Allow singleton-bool 0.1.6 Builds fine and all tests pass. --- servant/servant.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant/servant.cabal b/servant/servant.cabal index 260e9113..d5d8d62f 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -90,7 +90,7 @@ library -- i.e. re-export, or allow using without direct dependency build-depends: http-api-data >= 0.4.1 && < 0.4.3 - , singleton-bool >= 0.1.4 && < 0.1.6 + , singleton-bool >= 0.1.4 && < 0.1.7 -- Other dependencies: Lower bound around what is in the latest Stackage LTS. -- Here can be exceptions if we really need features from the newer versions.