From 5557920de371b185129318472b11164264b4c012 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Tue, 25 Jun 2019 00:02:57 +0800 Subject: [PATCH] Allow singleton-bool 0.1.5 Builds fine and all tests pass here. --- servant/servant.cabal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/servant/servant.cabal b/servant/servant.cabal index 99c65ff0..00a70a63 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -99,7 +99,7 @@ library -- i.e. re-export, or allow using without direct dependency build-depends: http-api-data >= 0.4.1 && < 0.4.2 - , singleton-bool >= 0.1.4 && < 0.1.5 + , singleton-bool >= 0.1.4 && < 0.1.6 -- 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.