From b548adf58d0a0ae843ae2175ab78e3eafd3106fc Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Feb 2015 10:01:17 +0100 Subject: [PATCH] haskell-hwsl2 does not compile. --- 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 2730885c4592..2c1d2368b439 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -504,6 +504,9 @@ self: super: { # https://github.com/evanrinehart/lowgl/issues/1 lowgl = markBroken super.lowgl; + # https://github.com/srijs/hwsl2/issues/1 + hwsl2 = markBroken super.hwsl2; + } // { # Not on Hackage.