haskell-relude: avoid test suite failure when building with ghc-8.8.x
This commit is contained in:
parent
95f15e7b31
commit
ba190861e8
@ -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;
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user