mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 15:56:50 +01:00
ghc841: jailbreak protolude
This commit is contained in:
parent
b77b9d56f3
commit
b69eb4af28
1 changed files with 6 additions and 0 deletions
|
@ -644,6 +644,12 @@ self: super: {
|
|||
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: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## base >=4.5 && <4.11
|
||||
|
|
Loading…
Reference in a new issue