3
0
Fork 0
forked from mirrors/nixpkgs

haskell-email-validate: jailbreak for ghc-8.10.x to fix the build

This commit is contained in:
Peter Simons 2020-04-27 13:39:53 +02:00
parent 4abd2ae8a2
commit 89acd1a9d0

View file

@ -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;