haskell-titlecase: fix build with GHC 8.0.x

This commit is contained in:
Peter Simons 2016-10-19 15:12:13 +02:00
parent 6a35164874
commit f3e994e8be

View file

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