ghc841: github needs a jailbreak

This commit is contained in:
Kosyrev Serge 2018-03-12 02:29:57 +03:00
parent c5160c62e3
commit 86b554a589
No known key found for this signature in database
GPG key ID: 3F62F118E38BED6D

View file

@ -648,6 +648,12 @@ self: super: {
];
});
github = overrideCabal super.github (drv: {
## Setup: Encountered missing dependencies:
## base >=4.7 && <4.11
jailbreak = true;
});
haddock-library_1_5_0_1 = overrideCabal super.haddock-library_1_5_0_1 (drv: {
## Setup: Encountered missing dependencies:
## QuickCheck ==2.11.*