summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2019-01-13 17:52:18 +0100
committerGitHub <noreply@github.com>2019-01-13 17:52:18 +0100
commitb661d8dcc095bbff504e1340078bca58f9d6dac0 (patch)
tree305d35437b1fe6ce8f2e42cc429473943fed85a2 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parentc921228126d3b07af8aaec75f2b0aa57349410c8 (diff)
parent9536ada45736d287f48d115380b13874e0d50876 (diff)
downloadnixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.tar
nixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.tar.gz
nixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.tar.bz2
nixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.tar.lz
nixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.tar.xz
nixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.tar.zst
nixpkgs-b661d8dcc095bbff504e1340078bca58f9d6dac0.zip
Merge pull request #53790 from romildo/fix.HaTeX
haskellPackages.HaTeX: jailbreak
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix')
-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 0b3527b9621..bb49a31c0ee 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -49,6 +49,7 @@ self: super: {
   data-clist = doJailbreak super.data-clist;  # won't cope with QuickCheck 2.12.x
   dates = doJailbreak super.dates; # base >=4.9 && <4.12
   Diff = dontCheck super.Diff;
+  HaTeX = doJailbreak super.HaTeX; # containers >=0.4 && <0.6 is too tight; https://github.com/Daniel-Diaz/HaTeX/issues/126
   hpc-coveralls = doJailbreak super.hpc-coveralls; # https://github.com/guillaume-nargeot/hpc-coveralls/issues/82
   http-api-data = doJailbreak super.http-api-data;
   persistent-sqlite = dontCheck super.persistent-sqlite;