mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 21:14:52 +00:00
haskell-ChasingBottoms: move jailbreak to common to allow building with QuickCheck 2.11
This commit is contained in:
parent
0ff88fb2ab
commit
dba20cb1b1
@ -946,8 +946,9 @@ self: super: {
|
||||
# Tries to read a file it is not allowed to in the test suite
|
||||
load-env = dontCheck super.load-env;
|
||||
|
||||
# Sporadically OOMs even with 16G
|
||||
ChasingBottoms = dontCheck super.ChasingBottoms;
|
||||
# Disable test suite because it sporadically OOMs even with 16G.
|
||||
# Jailbreak for QuickCheck >=2.3 && <2.11, base >=4.2 && <4.11.
|
||||
ChasingBottoms = doJailbreak (dontCheck super.ChasingBottoms);
|
||||
|
||||
# Add support for https://github.com/haskell-hvr/multi-ghc-travis.
|
||||
multi-ghc-travis = self.callPackage ../tools/haskell/multi-ghc-travis {};
|
||||
|
@ -588,12 +588,6 @@ self: super: {
|
||||
jailbreak = true;
|
||||
});
|
||||
|
||||
ChasingBottoms = overrideCabal super.ChasingBottoms (drv: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## QuickCheck >=2.3 && <2.11, base >=4.2 && <4.11
|
||||
jailbreak = true;
|
||||
});
|
||||
|
||||
deepseq-generics = overrideCabal super.deepseq-generics (drv: {
|
||||
## Setup: Encountered missing dependencies:
|
||||
## base >=4.5 && <4.11
|
||||
|
Loading…
Reference in New Issue
Block a user