about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-03-17 21:00:29 +0100
committerPeter Simons <simons@cryp.to>2018-03-17 21:16:49 +0100
commitb8ab77c1f0e84699f904497b5308f3391331d770 (patch)
tree468b55b8efccba8ff5e90b4da4f5fee0ca57a8fa /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parentc044a82caf5a07e439b712a4fa0ac291ea3dd906 (diff)
downloadnixlib-b8ab77c1f0e84699f904497b5308f3391331d770.tar
nixlib-b8ab77c1f0e84699f904497b5308f3391331d770.tar.gz
nixlib-b8ab77c1f0e84699f904497b5308f3391331d770.tar.bz2
nixlib-b8ab77c1f0e84699f904497b5308f3391331d770.tar.lz
nixlib-b8ab77c1f0e84699f904497b5308f3391331d770.tar.xz
nixlib-b8ab77c1f0e84699f904497b5308f3391331d770.tar.zst
nixlib-b8ab77c1f0e84699f904497b5308f3391331d770.zip
haskell-th-printf: jailbreak to fix the build with ghc-8.4.x
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
index 23f25f17f6c3..765dd3386181 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -701,4 +701,7 @@ self: super: {
   timezone-olson = self.timezone-olson_0_1_9;
   matrix = self.matrix_0_3_6_0;
 
+  # https://github.com/pikajude/th-printf/issues/8
+  th-printf = doJailbreak super.th-printf;
+
 }