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