From b5c725f122fb9d10ccb57cccda71334fd2e5b461 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 14:15:37 +0200 Subject: [PATCH] haskell-HaTeX: jailbreak to fix the build with ghc-8.6.x --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 1 + 1 file changed, 1 insertion(+) 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 ea044ecaaca..0a666658abf 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -52,6 +52,7 @@ self: super: { contravariant = self.contravariant_1_5; free = self.free_5_1; haddock-library = dontCheck super.haddock-library_1_7_0; + HaTeX = doJailbreak super.HaTeX; hledger = doJailbreak super.hledger; hledger-lib = doJailbreak super.hledger-lib; hledger-ui = doJailbreak super.hledger-ui;