haskell-email-validate: jailbreak for ghc-8.10.x to fix the build
This commit is contained in:
parent
4abd2ae8a2
commit
89acd1a9d0
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ self: super: {
|
|||
# Jailbreak to fix the build.
|
||||
async = doJailbreak super.async;
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
email-validate = doJailbreak super.email-validate; # https://github.com/Porges/email-validate-hs/issues/51
|
||||
hashable = doJailbreak super.hashable;
|
||||
pandoc = doJailbreak super.pandoc;
|
||||
parallel = doJailbreak super.parallel;
|
||||
|
|
Loading…
Reference in a new issue