haskell-titlecase: fix build with GHC 8.0.x
This commit is contained in:
parent
6a35164874
commit
f3e994e8be
|
@ -60,4 +60,7 @@ self: super: {
|
|||
sha256 = "026vv2k3ks73jngwifszv8l59clg88pcdr4mz0wr0gamivkfa1zy";
|
||||
});
|
||||
|
||||
# https://github.com/nkaretnikov/titlecase/issues/6
|
||||
titlecase = doJailbreak super.titlecase;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue