mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-18 08:59:42 +00:00
ghc841: jailbreak protolude
This commit is contained in:
parent
b77b9d56f3
commit
b69eb4af28
|
@ -644,6 +644,12 @@ self: super: {
|
||||||
jailbreak = true;
|
jailbreak = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
protolude = overrideCabal super.protolude (drv: {
|
||||||
|
## Setup: Encountered missing dependencies:
|
||||||
|
## base >=4.6 && <4.11
|
||||||
|
jailbreak = true;
|
||||||
|
});
|
||||||
|
|
||||||
quickcheck-instances = overrideCabal super.quickcheck-instances (drv: {
|
quickcheck-instances = overrideCabal super.quickcheck-instances (drv: {
|
||||||
## Setup: Encountered missing dependencies:
|
## Setup: Encountered missing dependencies:
|
||||||
## base >=4.5 && <4.11
|
## base >=4.5 && <4.11
|
||||||
|
|
Loading…
Reference in a new issue