Skip to content

Commit

Permalink
allow/use lens 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
robx committed Sep 20, 2022
1 parent 86d90d8 commit cc8bea7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 11 deletions.
9 changes: 1 addition & 8 deletions nix/overlays/haskell-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -32,14 +32,7 @@ let
# To get the sha256:
# nix-prefetch-url --unpack https://github.com/<owner>/<repo>/archive/<commit>.tar.gz

lens = lib.dontCheck
(prev.callHackageDirect
{
pkg = "lens";
ver = "5.1.1";
sha256 = "195s3g1gak1vzj0y9qi5afh0xaw108ig76fpvajp3ml6r1pjvg9m";
}
{ });
lens = lib.dontCheck prev.lens_5_2;

hasql = lib.dontCheck prev.hasql_1_6_0_1;

Expand Down
6 changes: 3 additions & 3 deletions postgrest.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ library
, insert-ordered-containers >= 0.2.2 && < 0.3
, interpolatedstring-perl6 >= 1 && < 1.1
, jose >= 0.8.5.1 && < 0.10
, 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
Expand Down Expand Up @@ -233,7 +233,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
Expand Down Expand Up @@ -276,7 +276,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
Expand Down

0 comments on commit cc8bea7

Please sign in to comment.