From 17f04a886e50a38a161d97ff7bedcd104d02adf1 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 28 Sep 2020 05:04:47 +0800 Subject: [PATCH] Allow hspec-wai/hspec-wai-json 0.11 (#1595) --- postgrest.cabal | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index e75e3a291..028dfd1f9 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -190,8 +190,8 @@ test-suite spec , hasql-transaction >= 0.7.2 && < 1.1 , heredoc >= 0.2 && < 0.3 , hspec >= 2.3 && < 2.8 - , hspec-wai >= 0.10 && < 0.11 - , hspec-wai-json >= 0.10 && < 0.11 + , hspec-wai >= 0.10 && < 0.12 + , hspec-wai-json >= 0.10 && < 0.12 , http-types >= 0.12.3 && < 0.13 , lens >= 4.14 && < 4.20 , lens-aeson >= 1.0.1 && < 1.2 @@ -234,8 +234,8 @@ Test-Suite spec-querycost , hasql-transaction >= 0.7.2 && < 1.1 , heredoc >= 0.2 && < 0.3 , hspec >= 2.3 && < 2.8 - , hspec-wai >= 0.10 && < 0.11 - , hspec-wai-json >= 0.10 && < 0.11 + , hspec-wai >= 0.10 && < 0.12 + , hspec-wai-json >= 0.10 && < 0.12 , http-types >= 0.12.3 && < 0.13 , lens >= 4.14 && < 4.20 , lens-aeson >= 1.0.1 && < 1.2