mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-31 09:14:28 +00:00
ghc-8.6.x: HTF does not compile
This commit is contained in:
parent
95ae25600e
commit
d6d0871c51
@ -57,7 +57,7 @@ self: super: {
|
||||
JuicyPixels = self.JuicyPixels_3_3_2;
|
||||
lens = self.lens_4_17;
|
||||
megaparsec = dontCheck super.megaparsec_7_0_1;
|
||||
neat-interpolation = self.neat-interpolation_0_3_2_4;
|
||||
neat-interpolation = dontCheck super.neat-interpolation_0_3_2_4; # test suite depends on broken HTF
|
||||
patience = markBrokenVersion "0.1.1" super.patience;
|
||||
primitive = self.primitive_0_6_4_0;
|
||||
QuickCheck = self.QuickCheck_2_12_6_1;
|
||||
@ -90,4 +90,7 @@ self: super: {
|
||||
sha256 = "11r73wx1w6bfrkrnk6r9k7rfzp6qrvkdikb2by37ld06c0w6nn57";
|
||||
});
|
||||
|
||||
# https://github.com/skogsbaer/HTF/issues/69
|
||||
HTF = markBrokenVersion "0.13.2.4" super.HTF;
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user