haskell.packages.ghc924.lens: bump to lens-5.2

This commit is contained in:
Dennis Gosnell 2022-08-21 18:49:37 +09:00
parent edfbc76693
commit 5ff39ca4f6
No known key found for this signature in database
GPG key ID: 462E0C03D11422F4

View file

@ -148,7 +148,7 @@ self: super: {
}) (doJailbreak super.hpack);
# lens >= 5.1 supports 9.2.1
lens = doDistribute self.lens_5_1_1;
lens = doDistribute self.lens_5_2;
# Syntax error in tests fixed in https://github.com/simonmar/alex/commit/84b29475e057ef744f32a94bc0d3954b84160760
alex = dontCheck super.alex;