haskell-ChasingBottoms: jailbreak to fix build with ghc-8.2.x
This commit is contained in:
parent
e59c532c23
commit
f980dbec97
|
@ -67,5 +67,6 @@ self: super: {
|
||||||
|
|
||||||
# Work around overly restrictive constraints on the version of 'base'.
|
# Work around overly restrictive constraints on the version of 'base'.
|
||||||
doctest = doJailbreak super.doctest;
|
doctest = doJailbreak super.doctest;
|
||||||
|
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue