From 807dae176835e89dbb424661de208808fc38cdc8 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Tue, 22 Sep 2020 09:54:58 +0200 Subject: [PATCH] Allow wai-extra 3.1 --- postgrest.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 5c29d0998..e75e3a291 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -83,7 +83,7 @@ library , vector >= 0.11 && < 0.13 , wai >= 3.2.1 && < 3.3 , wai-cors >= 0.2.5 && < 0.3 - , wai-extra >= 3.0.19 && < 3.1 + , wai-extra >= 3.0.19 && < 3.2 , wai-middleware-static >= 0.8.1 && < 0.9 default-language: Haskell2010 default-extensions: OverloadedStrings @@ -204,7 +204,7 @@ test-suite spec , time >= 1.6 && < 1.11 , transformers-base >= 0.4.4 && < 0.5 , wai >= 3.2.1 && < 3.3 - , wai-extra >= 3.0.19 && < 3.1 + , wai-extra >= 3.0.19 && < 3.2 default-language: Haskell2010 default-extensions: OverloadedStrings QuasiQuotes @@ -248,4 +248,4 @@ Test-Suite spec-querycost , time >= 1.6 && < 1.11 , transformers-base >= 0.4.4 && < 0.5 , wai >= 3.2.1 && < 3.3 - , wai-extra >= 3.0.19 && < 3.1 + , wai-extra >= 3.0.19 && < 3.2