From d2322bca84e62b04e36f478636dcd71882dbfff0 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 Feb 2015 10:06:13 +0100 Subject: [PATCH] haskell-lucid-foundation 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 a7869210d86..dfa9c023b0c 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -510,6 +510,9 @@ self: super: { # https://code.google.com/p/linux-music-player/issues/detail?id=1 mp = markBroken super.mp; + # https://github.com/athanclark/lucid-foundation/issues/1 + lucid-foundation = markBroken super.lucid-foundation; + } // { # Not on Hackage.