summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-04-17 17:40:48 +0200
committerPeter Simons <simons@cryp.to>2015-04-18 20:43:22 +0200
commit3508e627408355a4a32f7dd90726b86b91f84f3d (patch)
tree6dbb4413341c88e8a064ea60002ab7b59a7b27b5 /pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
parent4299a86a59934f0319004c591326d41f2c951976 (diff)
downloadnixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.tar
nixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.tar.gz
nixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.tar.bz2
nixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.tar.lz
nixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.tar.xz
nixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.tar.zst
nixpkgs-3508e627408355a4a32f7dd90726b86b91f84f3d.zip
haskell-configuration-ghc-7.10.x: mark broken packages
 - BNFC = markBrokenVersion "2.7.1" super.BNFC;
 - HList = markBrokenVersion "0.3.4.1" super.HList;
 - cmdlib = markBroken super.cmdlib;
 - ShellCheck = markBroken ShellCheck;
 - arithmoi = markBroken super.arithmoi;
 - ghc-mod = markBroken super.ghc-mod;
 - graphviz = markBroken super.graphviz;

Disable hastache's test suite to fix the build.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix60
1 files changed, 60 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
index 0ee299a2257..853ef682dd2 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-7.10.x.nix
@@ -253,4 +253,64 @@ self: super: {
                     sha256 = "013x9za47vr9jx0liwgi8cdh2h2882a87h5nqvr41xqipzxfiyw1";
                   });
 
+  # https://github.com/BNFC/bnfc/issues/137
+  BNFC = markBrokenVersion "2.7.1" super.BNFC;
+  cubical = dontDistribute super.cubical;
+
+  # contacted maintainer by e-mail
+  HList = markBrokenVersion "0.3.4.1" super.HList;
+  ihaskell-rlangqq = dontDistribute super.ihaskell-rlangqq;
+  Rlang-QQ = dontDistribute super.Rlang-QQ;
+  semi-iso = dontDistribute super.semi-iso;
+  syntax = dontDistribute super.syntax;
+  syntax-attoparsec = dontDistribute super.syntax-attoparsec;
+  syntax-example = dontDistribute super.syntax-example;
+  syntax-example-json = dontDistribute super.syntax-example-json;
+  syntax-printer = dontDistribute super.syntax-printer;
+  tuple-hlist = dontDistribute super.tuple-hlist;
+  tuple-morph = dontDistribute super.tuple-morph;
+
+  # contacted maintainer by e-mail
+  cmdlib = markBroken super.cmdlib;
+  laborantin-hs = dontDistribute super.laborantin-hs;
+
+  # https://github.com/koalaman/shellcheck/issues/352
+  ShellCheck = markBroken super.ShellCheck;
+
+  # https://github.com/cartazio/arithmoi/issues/1
+  arithmoi = markBroken super.arithmoi;
+  constructible = dontDistribute super.constructible;
+  cyclotomic = dontDistribute super.cyclotomic;
+  diagrams = dontDistribute super.diagrams;
+  diagrams-contrib = dontDistribute super.diagrams-contrib;
+  ihaskell-diagrams = dontDistribute super.ihaskell-diagrams;
+  nimber = dontDistribute super.nimber;
+  NTRU = dontDistribute super.NTRU;
+  quadratic-irrational = dontDistribute super.quadratic-irrational;
+
+  # https://github.com/kazu-yamamoto/ghc-mod/issues/467
+  ghc-mod = markBroken super.ghc-mod;
+  ghc-imported-from = dontDistribute super.ghc-imported-from;
+  git-vogue = dontDistribute super.git-vogue;
+  hsdev = dontDistribute super.hsdev;
+
+  # http://hub.darcs.net/ivanm/graphviz/issue/5
+  graphviz = markBroken super.graphviz;
+  Graphalyze = dontDistribute super.Graphalyze;
+  Zora = dontDistribute super.Zora;
+  ampersand = dontDistribute super.ampersand;
+  caffegraph = dontDistribute super.caffegraph;
+  dot2graphml = dontDistribute super.dot2graphml;
+  erd = dontDistribute super.erd;
+  filediff = dontDistribute super.filediff;
+  fsmActions = dontDistribute super.fsmActions;
+  ghc-vis = dontDistribute super.ghc-vis;
+  llvm-base-types = dontDistribute super.llvm-base-types;
+  mathgenealogy = dontDistribute super.mathgenealogy;
+  vacuum-graphviz = dontDistribute super.vacuum-graphviz;
+  xdot = dontDistribute super.xdot;
+
+  # https://github.com/lymar/hastache/issues/47
+  hastache = dontCheck super.hastache;
+
 }