diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index d8e0a14968f..dec9a09ea7f 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.