From b4b649c8f41bd862e108a1b4f190a4ecfedd8389 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Sun, 30 Aug 2020 15:26:48 +0800 Subject: [PATCH] Allow http-api-data 0.4.2 Builds fine and all tests pass here. --- servant-server/servant-server.cabal | 2 +- servant/servant.cabal | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/servant-server/servant-server.cabal b/servant-server/servant-server.cabal index 5f7268d6..74eeb3ad 100644 --- a/servant-server/servant-server.cabal +++ b/servant-server/servant-server.cabal @@ -77,7 +77,7 @@ library -- strict dependency as we re-export 'servant' things. build-depends: servant >= 0.18 && < 0.19.1 - , http-api-data >= 0.4.1 && < 0.4.2 + , http-api-data >= 0.4.1 && < 0.4.3 -- 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. diff --git a/servant/servant.cabal b/servant/servant.cabal index f5d821b1..a8b37b38 100644 --- a/servant/servant.cabal +++ b/servant/servant.cabal @@ -91,7 +91,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.4.2 + http-api-data >= 0.4.1 && < 0.4.3 , singleton-bool >= 0.1.4 && < 0.1.6 -- Other dependencies: Lower bound around what is in the latest Stackage LTS.