haskell: bring back wl-pprint patch

partially reverts 5742215
This commit is contained in:
Charles Strahan 2015-04-09 14:49:23 -04:00
parent 5aa9b72400
commit f415ce2953

View File

@ -226,6 +226,11 @@ self: super: {
sha256 = "1lwwvxyhxcmppdapbgpfhwi7xc2z78qir03xjrpzab79p2qyq7br";
});
wl-pprint = overrideCabal super.wl-pprint (drv: {
postPatch = "sed -i '113iimport Prelude hiding ((<$>))' Text/PrettyPrint/Leijen.hs";
jailbreak = true;
});
# https://github.com/kazu-yamamoto/unix-time/issues/30
unix-time = dontCheck super.unix-time;