From 03b810ffa5c32ad8e5a2f63cb0caef528a743b31 Mon Sep 17 00:00:00 2001 From: Robert Vollmert Date: Thu, 8 Sep 2022 16:40:26 +0200 Subject: [PATCH] allow/use lens 5.2 --- nix/overlays/haskell-packages.nix | 2 ++ postgrest.cabal | 6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/nix/overlays/haskell-packages.nix b/nix/overlays/haskell-packages.nix index 416cc6b6c..6d5b3179b 100644 --- a/nix/overlays/haskell-packages.nix +++ b/nix/overlays/haskell-packages.nix @@ -52,6 +52,8 @@ let } { }); + lens = lib.dontCheck prev.lens_5_2; + hasql-dynamic-statements = lib.dontCheck prev.hasql-dynamic-statements_0_3_1_2; hasql-transaction = lib.dontCheck prev.hasql-transaction_1_0_1_2; diff --git a/postgrest.cabal b/postgrest.cabal index 919ea66ff..1e9ef9b87 100644 --- a/postgrest.cabal +++ b/postgrest.cabal @@ -96,7 +96,7 @@ library , insert-ordered-containers >= 0.2.2 && < 0.3 , interpolatedstring-perl6 >= 1 && < 1.1 , jose >= 0.8.5.1 && < 0.11 - , lens >= 4.14 && < 5.2 + , lens >= 4.14 && < 5.3 , lens-aeson >= 1.0.1 && < 1.2 , mtl >= 2.2.2 && < 2.3 , network >= 2.6 && < 3.2 @@ -234,7 +234,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 && < 5.2 + , lens >= 4.14 && < 5.3 , lens-aeson >= 1.0.1 && < 1.2 , monad-control >= 1.0.1 && < 1.1 , postgrest @@ -277,7 +277,7 @@ test-suite querycost , hspec-wai >= 0.10 && < 0.12 , hspec-wai-json >= 0.10 && < 0.12 , http-types >= 0.12.3 && < 0.13 - , lens >= 4.14 && < 5.2 + , lens >= 4.14 && < 5.3 , lens-aeson >= 1.0.1 && < 1.2 , postgrest , process >= 1.4.2 && < 1.7