summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-02-08 13:43:18 +0100
committerPeter Simons <simons@cryp.to>2015-02-08 14:25:51 +0100
commit507f65fae10cc820c4b9ab4beabb05f0dda9a20f (patch)
tree1a5ccd52a3b215142f0a214c1b8cbee033bfcb19
parent4dc1d4e4ebc3d515d78728361658c5c3d00f5d32 (diff)
downloadnixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.tar
nixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.tar.gz
nixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.tar.bz2
nixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.tar.lz
nixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.tar.xz
nixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.tar.zst
nixpkgs-507f65fae10cc820c4b9ab4beabb05f0dda9a20f.zip
haskell-MonadCompose: build is broken
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
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.