From 280cf7f3e34c360a74a2ac707b2564aa5ed6a0fc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 2 Feb 2015 11:33:10 +0100 Subject: [PATCH] haskell-th-alpha 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 da425dceda1e..9db8430bb1c0 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -398,6 +398,9 @@ self: super: { # The install target tries to run lots of commands as "root". WTF??? hannahci = markBroken super.hannahci; + # https://github.com/jkarni/th-alpha/issues/1 + th-alpha = markBrokenVersion "0.2.0.0" super.th-alpha; + } // { # Not on Hackage.