From 4cfc1642564d5f552f97da27450e1c7742ba2332 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 27 Oct 2016 23:21:40 +0200 Subject: [PATCH] haskell-titlecase: drop obsolete overrides (cherry picked from commit 118efe87b99cf475e6bcf2a559f4e23f4ab3f94f) --- pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix index e0629457d9e..5c7348678b7 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix @@ -60,7 +60,4 @@ self: super: { sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy"; }); - # https://github.com/nkaretnikov/titlecase/issues/6 - titlecase = doJailbreak super.titlecase; - }