haskell.packages.ghc901.lens: bump to 5.0.1

Release 5 introduced GHC 9.0 compatibility, but hasn't hit stackage yet.
wip/little-gl
sternenseemann 3 years ago
parent 20020d3ec8
commit 2222050406
  1. 3
      pkgs/development/haskell-modules/configuration-ghc-9.0.x.nix

@ -101,4 +101,7 @@ self: super: {
# 5.6 introduced support for GHC 9.0.x, but hasn't landed in stackage yet
profunctors = super.profunctors_5_6_2;
# 5 introduced support for GHC 9.0.x, but hasn't landed in stackage yet
lens = super.lens_5_0_1;
}

Loading…
Cancel
Save