haskellngPackages.distributed-process-platform disable tests and haddock, rename literate file.

This commit is contained in:
Aycan iRiCAN 2015-02-09 09:04:51 +02:00
parent 49c67589b6
commit c37a69f60c

View file

@ -459,6 +459,13 @@ self: super: {
# Upstream notified by e-mail.
MonadCompose = markBrokenVersion "0.2.0.0" super.MonadCompose;
# Make distributed-process-platform compile until next version
distributed-process-platform = overrideCabal super.distributed-process-platform (drv: {
patchPhase = "mv Setup.hs Setup.lhs";
doCheck = false;
doHaddock = false;
});
} // {
# Not on Hackage.