From 04f12cc838e1b832c6edfa5a6b45e1922038c271 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Thu, 29 Jan 2015 11:32:37 +0100 Subject: [PATCH] Avoid build errors in Haskell packages sdf2p1-parser, grid, and stratum-tool. --- .../development/haskell-modules/configuration-common.nix | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index cbe593c56857..e5325eb54b09 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -381,6 +381,15 @@ self: super: { # http://hydra.cryp.to/build/526196/nixlog/2/raw text-show = dontCheck super.text-show; + # https://github.com/kojung/sdf2p1-parser/issues/1 + sdf2p1-parser = dontHaddock super.sdf2p1-parser; + + # https://github.com/mhwombat/grid/issues/12 + grid = dontCheck super.grid; + + # https://github.com/zouppen/stratum-tool/issues/14 + stratum-tool = markBrokenVersion "0.0.4" super.stratum-tool; + } // { # Not on Hackage.