From 507f65fae10cc820c4b9ab4beabb05f0dda9a20f Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 8 Feb 2015 13:43:18 +0100 Subject: [PATCH] haskell-MonadCompose: build is broken --- pkgs/development/haskell-modules/configuration-common.nix | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d8e0a14968f9..dec9a09ea7f9 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -455,6 +455,9 @@ self: super: { # https://github.com/utdemir/handsy/issues/5 handsy = dontCheck super.handsy; + # Upstream notified by e-mail. + MonadCompose = markBrokenVersion "0.2.0.0" super.MonadCompose; + } // { # Not on Hackage.