diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 1e2b9d4aacc..20e747d8e73 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -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.