From d6d0871c51a57d9171224277345c71cc8f662f2b Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 10:10:55 +0200 Subject: [PATCH] ghc-8.6.x: HTF does not compile --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index 24502fe476e..2771185de55 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -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; + }