haskell-relude: avoid test suite failure when building with ghc-8.8.x

This commit is contained in:
Peter Simons 2020-02-27 13:55:11 +01:00
parent 95f15e7b31
commit ba190861e8

View file

@ -94,4 +94,7 @@ self: super: {
# Upstream ships a broken Setup.hs file.
csv = overrideCabal super.csv (drv: { prePatch = "rm Setup.hs"; });
# https://github.com/kowainik/relude/issues/241
relude = dontCheck super.relude;
}