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:08:33 -0200
committerJosé Romildo Malaquias <malaquias@gmail.com>2019-01-12 18:04:45 -0200
commit3f7d94c8e0cc555e1e269e07542bd1fd4688faac (patch)
tree6754eedbbf8ea811f4ce773ce99eb750f89b7673 /pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
parent9e96bfb27cc5f4d1bf5fa32dbbeeffff4828c813 (diff)
downloadnixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.tar
nixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.tar.gz
nixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.tar.bz2
nixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.tar.lz
nixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.tar.xz
nixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.tar.zst
nixpkgs-3f7d94c8e0cc555e1e269e07542bd1fd4688faac.zip
haskellPackages.wl-pprint-extras: 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 6190dd9ab93..64c267bf271 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -54,6 +54,7 @@ self: super: {
   psqueues = dontCheck super.psqueues;    # won't cope with QuickCheck 2.12.x
   system-fileio = dontCheck super.system-fileio;  # avoid dependency on broken "patience"
   unicode-transforms = dontCheck super.unicode-transforms;
+  wl-pprint-extras = doJailbreak super.wl-pprint-extras; # containers >=0.4 && <0.6 is too tight; https://github.com/ekmett/wl-pprint-extras/issues/17
   RSA = dontCheck super.RSA; # https://github.com/GaloisInc/RSA/issues/14
   monad-par = dontCheck super.monad-par;  # https://github.com/simonmar/monad-par/issues/66
   github = dontCheck super.github; # hspec upper bound exceeded; https://github.com/phadej/github/pull/341