mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-08 22:57:42 +03:00
haskell-base-noprelude: jailbreak when building with ghc-8.10.x
This commit is contained in:
parent
d60fe71540
commit
2187753da6
@ -62,6 +62,7 @@ self: super: {
|
|||||||
|
|
||||||
# Jailbreak to fix the build.
|
# Jailbreak to fix the build.
|
||||||
async = doJailbreak super.async;
|
async = doJailbreak super.async;
|
||||||
|
base-noprelude = doJailbreak super.base-noprelude;
|
||||||
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
ChasingBottoms = doJailbreak super.ChasingBottoms;
|
||||||
ed25519 = doJailbreak super.ed25519;
|
ed25519 = doJailbreak super.ed25519;
|
||||||
email-validate = doJailbreak super.email-validate; # https://github.com/Porges/email-validate-hs/issues/51
|
email-validate = doJailbreak super.email-validate; # https://github.com/Porges/email-validate-hs/issues/51
|
||||||
|
Loading…
Reference in New Issue
Block a user