haskell.packages.ghc901.profunctors: fix eval error

Stackage has updated profunctors to 5.6.2, so the override is
unnecessary.
This commit is contained in:
sternenseemann
2021-06-12 20:46:04 +02:00
parent 564bdae8e5
commit cea929ddd0
@@ -95,9 +95,6 @@ self: super: {
# The test suite seems pretty broken.
base64-bytestring = dontCheck super.base64-bytestring;
# 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;