haskell.packages.ghc901.lens: bump to 5.0.1

Release 5 introduced GHC 9.0 compatibility, but hasn't hit stackage yet.
This commit is contained in:
sternenseemann 2021-05-05 15:25:24 +02:00
parent 20020d3ec8
commit 2222050406

View File

@ -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;
}