summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 14:14:06 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:23 +0200
commita4be65dac25b28b26aafcdbac699e9c84f916137 (patch)
tree9e79bdbdf05927a85a537b5d5754fdcc45927fab /pkgs/development
parent6c2f00e4e5bf23caff5ea104040a3998a9a2a163 (diff)
downloadnixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.tar
nixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.tar.gz
nixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.tar.bz2
nixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.tar.lz
nixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.tar.xz
nixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.tar.zst
nixlib-a4be65dac25b28b26aafcdbac699e9c84f916137.zip
haskell-wl-pprint-extras: jailbreak to fix the build with ghc-8.6.x
Diffstat (limited to 'pkgs/development')
-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 935b4d6d9daf..ea044ecaacae 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix
@@ -74,6 +74,7 @@ self: super: {
   tagged = self.tagged_0_8_6;
   vty = self.vty_5_25;
   wizards = doJailbreak super.wizards;
+  wl-pprint-extras = doJailbreak super.wl-pprint-extras;
   yaml = self.yaml_0_11_0_0;
 
   # https://github.com/tibbe/unordered-containers/issues/214