haskell.packages.ghc901: update to 5.6.2 to fix build

This commit is contained in:
sternenseemann 2021-05-05 11:45:18 +02:00
parent a47bb0dfd2
commit eb9b3a59f0

View File

@ -98,4 +98,7 @@ self: super: {
# The test suite seems pretty broken. # The test suite seems pretty broken.
base64-bytestring = dontCheck super.base64-bytestring; 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;
} }