summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 14:15:37 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:23 +0200
commitb5c725f122fb9d10ccb57cccda71334fd2e5b461 (patch)
tree093336bc357468b415e6bb8383e4d7c5fbacc086 /pkgs/development/haskell-modules
parenta4be65dac25b28b26aafcdbac699e9c84f916137 (diff)
downloadnixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.tar
nixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.tar.gz
nixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.tar.bz2
nixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.tar.lz
nixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.tar.xz
nixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.tar.zst
nixlib-b5c725f122fb9d10ccb57cccda71334fd2e5b461.zip
haskell-HaTeX: jailbreak to fix the build with ghc-8.6.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix1
1 files changed, 1 insertions, 0 deletions
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 ea044ecaacae..0a666658abfa 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;