From b8ab77c1f0e84699f904497b5308f3391331d770 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sat, 17 Mar 2018 21:00:29 +0100 Subject: [PATCH] haskell-th-printf: jailbreak to fix the build with ghc-8.4.x --- pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 23f25f17f6c..765dd338618 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; + }