haskell-wl-pprint build with GHC 7.10.1 has been fixed upstream.

This commit is contained in:
Peter Simons 2015-04-17 18:07:19 +02:00
parent 3508e62740
commit c23eb9eff8

View File

@ -154,11 +154,6 @@ self: super: {
sha256 = "1lwwvxyhxcmppdapbgpfhwi7xc2z78qir03xjrpzab79p2qyq7br"; 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 # https://github.com/kazu-yamamoto/unix-time/issues/30
unix-time = dontCheck super.unix-time; unix-time = dontCheck super.unix-time;