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