summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2016-10-27 23:21:40 +0200
committerPeter Simons <simons@cryp.to>2016-10-28 16:52:51 +0200
commit4cfc1642564d5f552f97da27450e1c7742ba2332 (patch)
tree9c9825139ca6899539b9c7e979d742764f773e89 /pkgs/development
parent2a19aea54a23f43570e0670fddf75c5061b490c7 (diff)
downloadnixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.tar
nixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.tar.gz
nixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.tar.bz2
nixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.tar.lz
nixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.tar.xz
nixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.tar.zst
nixpkgs-4cfc1642564d5f552f97da27450e1c7742ba2332.zip
haskell-titlecase: drop obsolete overrides
(cherry picked from commit 118efe87b99cf475e6bcf2a559f4e23f4ab3f94f)
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.0.x.nix3
1 files changed, 0 insertions, 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;
-
 }