From 8ae07e041b80f6f42b62ed86a529e6da5c2cf7ee Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 25 Feb 2021 23:39:38 +0100 Subject: [PATCH] Allow lens-5.0 --- postgrest.cabal | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/postgrest.cabal b/postgrest.cabal index 752f9483eb..e1b22c3b3b 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -79,7 +79,7 @@ library , insert-ordered-containers >= 0.2.2 && < 0.3 , interpolatedstring-perl6 >= 1 && < 1.1 , jose >= 0.8.1 && < 0.9 - , lens >= 4.14 && < 4.20 + , lens >= 4.14 && < 5.1 , lens-aeson >= 1.0.1 && < 1.2 , mtl >= 2.2.2 && < 2.3 , network-uri >= 2.6.1 && < 2.8 @@ -214,7 +214,7 @@ test-suite spec , 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 >= 4.14 && < 5.1 , lens-aeson >= 1.0.1 && < 1.2 , monad-control >= 1.0.1 && < 1.1 , postgrest @@ -260,7 +260,7 @@ test-suite spec-querycost , 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 >= 4.14 && < 5.1 , lens-aeson >= 1.0.1 && < 1.2 , monad-control >= 1.0.1 && < 1.1 , postgrest