From fddc2fa8bc338796d3839e64cffa737db605c51a Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 20 Mar 2015 11:40:11 +0100 Subject: [PATCH] haskell-hydrogen-syntax does not compile. --- pkgs/development/haskell-modules/configuration-common.nix | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index a59be57182f..6471225d5fc 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -633,6 +633,10 @@ self: super: { # https://github.com/afcowie/locators/issues/1 locators = dontCheck super.locators; + # https://github.com/scravy/hydrogen-syntax/issues/1 + hydrogen-syntax = markBroken super.hydrogen-syntax; + hydrogen-cli = dontDistribute super.hydrogen-cli; + } // { # Not on Hackage.