haskell-ChasingBottoms: jailbreak to fix build with ghc-8.10.x
This commit is contained in:
parent
1299f72e8b
commit
73af2522be
1 changed files with 1 additions and 0 deletions
|
@ -44,6 +44,7 @@ self: super: {
|
|||
|
||||
# Jailbreak to fix the build.
|
||||
async = doJailbreak super.async;
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
hashable = doJailbreak super.hashable;
|
||||
parallel = doJailbreak super.parallel;
|
||||
regex-base = doJailbreak super.regex-base;
|
||||
|
|
Loading…
Reference in a new issue