From af173130c64adc8286cfd97f937185b3a3c7e132 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Tue, 20 Feb 2018 15:25:00 +0100 Subject: [PATCH] haskell-here: jailbreak for ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix index ef3284311d5..8c11da58192 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix @@ -47,6 +47,9 @@ self: super: { doctest_0_14_0 = dontCheck super.doctest_0_14_0; # https://github.com/sol/doctest/issues/189 QuickCheck = self.QuickCheck_2_11_3; # needed by doctest-0.14.0 + # https://github.com/tmhedberg/here/pull/22 + here = doJailbreak super.here; + # GHC 8.4.x needs newer versions than LTS-10.x offers by default. ## haddock: panic! (the 'impossible' happened) ## (GHC version 8.4.20180122 for x86_64-unknown-linux):