haskell-titlecase: drop obsolete overrides

(cherry picked from commit 118efe87b99cf475e6bcf2a559f4e23f4ab3f94f)
This commit is contained in:
Peter Simons 2016-10-27 23:21:40 +02:00
parent 2a19aea54a
commit 4cfc164256
1 changed files with 0 additions and 3 deletions

View File

@ -60,7 +60,4 @@ self: super: {
sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy"; sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy";
}); });
# https://github.com/nkaretnikov/titlecase/issues/6
titlecase = doJailbreak super.titlecase;
} }