mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 22:32:58 +03:00
haskell: simplify overrides for QuickCheck and zlib
This commit is contained in:
parent
2f00cb5308
commit
1d3ef2fef8
@ -157,9 +157,6 @@ self: super: {
|
|||||||
patchPhase = "sed -i -e 's|attoparsec.*,|attoparsec,|' darcs.cabal";
|
patchPhase = "sed -i -e 's|attoparsec.*,|attoparsec,|' darcs.cabal";
|
||||||
});
|
});
|
||||||
|
|
||||||
# Needs the latest version of QuickCheck to compile.
|
|
||||||
cabal-test-quickcheck = super.cabal-test-quickcheck.override { QuickCheck = self.QuickCheck_2_8_1; };
|
|
||||||
|
|
||||||
# https://github.com/massysett/rainbox/issues/1
|
# https://github.com/massysett/rainbox/issues/1
|
||||||
rainbox = dontCheck super.rainbox;
|
rainbox = dontCheck super.rainbox;
|
||||||
|
|
||||||
@ -762,10 +759,7 @@ self: super: {
|
|||||||
in appendPatch pkg ./mueval-nix.patch;
|
in appendPatch pkg ./mueval-nix.patch;
|
||||||
|
|
||||||
# Test suite won't compile against tasty-hunit 0.9.x.
|
# Test suite won't compile against tasty-hunit 0.9.x.
|
||||||
zlib_0_6_1_0 = dontCheck super.zlib_0_6_1_0;
|
zlib = dontCheck super.zlib;
|
||||||
|
|
||||||
# Jailbreaking breaks the build.
|
|
||||||
QuickCheck_2_8_1 = dontJailbreak super.QuickCheck_2_8_1;
|
|
||||||
|
|
||||||
# Override the obsolete version from Hackage with our more up-to-date copy.
|
# Override the obsolete version from Hackage with our more up-to-date copy.
|
||||||
cabal2nix = pkgs.cabal2nix;
|
cabal2nix = pkgs.cabal2nix;
|
||||||
|
Loading…
Reference in New Issue
Block a user