about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
diff options
context:
space:
mode:
authorJosé Romildo Malaquias <malaquias@gmail.com>2019-01-10 23:22:45 -0200
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-01-12 10:36:33 -0200
commit9536ada45736d287f48d115380b13874e0d50876 (patch)
treecbef00b2a56e8c8c48d75bbc5b38aa4b6798e151 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent9e96bfb27cc5f4d1bf5fa32dbbeeffff4828c813 (diff)
downloadnixlib-9536ada45736d287f48d115380b13874e0d50876.tar
nixlib-9536ada45736d287f48d115380b13874e0d50876.tar.gz
nixlib-9536ada45736d287f48d115380b13874e0d50876.tar.bz2
nixlib-9536ada45736d287f48d115380b13874e0d50876.tar.lz
nixlib-9536ada45736d287f48d115380b13874e0d50876.tar.xz
nixlib-9536ada45736d287f48d115380b13874e0d50876.tar.zst
nixlib-9536ada45736d287f48d115380b13874e0d50876.zip
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 6190dd9ab931..80033c11062c 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -48,6 +48,7 @@ self: super: {
   cereal = dontCheck super.cereal;
   data-clist = doJailbreak super.data-clist;  # won't cope with QuickCheck 2.12.x
   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;