about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-01-29 11:32:37 +0100
committerPeter Simons <simons@cryp.to>2015-01-29 15:31:49 +0100
commit04f12cc838e1b832c6edfa5a6b45e1922038c271 (patch)
tree53945422a1fa45c51889e42f4eef41f1f0c4db9c /pkgs
parent51de585de20b9a975a4cb77b3c185c1b91e026c0 (diff)
downloadnixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.tar
nixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.tar.gz
nixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.tar.bz2
nixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.tar.lz
nixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.tar.xz
nixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.tar.zst
nixlib-04f12cc838e1b832c6edfa5a6b45e1922038c271.zip
Avoid build errors in Haskell packages sdf2p1-parser, grid, and stratum-tool.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix9
1 files changed, 9 insertions, 0 deletions
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.