forked from mirrors/nixpkgs
haskell-ed25519: jailbreak to fix build with ghc-8.10.1
This commit is contained in:
parent
402b437c4a
commit
b0c0ba6f81
|
@ -48,6 +48,7 @@ self: super: {
|
|||
# Jailbreak to fix the build.
|
||||
async = doJailbreak super.async;
|
||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||
ed25519 = doJailbreak super.ed25519;
|
||||
email-validate = doJailbreak super.email-validate; # https://github.com/Porges/email-validate-hs/issues/51
|
||||
feed = doJailbreak super.feed; # https://github.com/bergmark/feed/issues/48
|
||||
hashable = doJailbreak super.hashable;
|
||||
|
|
Loading…
Reference in a new issue