Merge pull request #6256 from aycanirican/haskellngPackages_distributedprocessplatform

haskellngPackages.distributed-process-platform disable tests and haddock...
This commit is contained in:
Peter Simons 2015-02-09 09:07:43 +01:00
commit 441e297fb7

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.