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-18 19:55:44 +0100
committerPeter Simons <simons@cryp.to>2018-03-20 16:23:12 +0100
commita413639a26c03229f3d7639b0cb00f3374cfff76 (patch)
treef73dc2160499d742e5cdb545566abc070705d1b0 /pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
parent53309758e39eb1ddc302114848d7c70138260de4 (diff)
downloadnixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.tar
nixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.tar.gz
nixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.tar.bz2
nixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.tar.lz
nixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.tar.xz
nixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.tar.zst
nixlib-a413639a26c03229f3d7639b0cb00f3374cfff76.zip
haskell-th-printf: drop obsolete override for 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, 0 insertions, 3 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 c910b0856be5..bf450f76ce67 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.4.x.nix
@@ -707,9 +707,6 @@ self: super: {
   timezone-olson = self.timezone-olson_0_1_9;
   matrix = self.matrix_0_3_6_1;
 
-  # https://github.com/pikajude/th-printf/issues/8
-  th-printf = doJailbreak super.th-printf;
-
   # https://github.com/xmonad/xmonad/issues/155
   xmonad = addBuildDepend (appendPatch super.xmonad (pkgs.fetchpatch
     { url = https://github.com/xmonad/xmonad/pull/153/commits/c96a59fa0de2f674e60befd0f57e67b93ea7dcf6.patch;