summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-arm.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-18 16:59:23 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-18 17:08:42 +0200
commita3fd86a3ba098051edf7edae5c630829c0e1279e (patch)
tree318af38b8cdc981166cd4acd4734ab236bfaf0ef /pkgs/development/haskell-modules/configuration-arm.nix
parentc5cd6a2fb9b1b32f4ec46190d041a30e12037213 (diff)
downloadnixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.tar
nixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.tar.gz
nixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.tar.bz2
nixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.tar.lz
nixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.tar.xz
nixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.tar.zst
nixpkgs-a3fd86a3ba098051edf7edae5c630829c0e1279e.zip
haskellPackages: disable some more failing doctests on aarch64
This should conclude a pass of direct aarch64-linux failures related to
this issue on hydra. Subsequent evaluation may of course reveal more.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-arm.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-arm.nix19
1 files changed, 19 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix
index 84524f416a2..ebdfbf819bf 100644
--- a/pkgs/development/haskell-modules/configuration-arm.nix
+++ b/pkgs/development/haskell-modules/configuration-arm.nix
@@ -63,6 +63,25 @@ self: super: {
   openapi3 = dontCheck super.openapi3;
   strict-writer = dontCheck super.strict-writer;
   xml-html-qq = dontCheck super.xml-html-qq;
+  static = dontCheck super.static;
+  hhp = dontCheck super.hhp;
+  groupBy = dontCheck super.groupBy;
+  greskell = dontCheck super.greskell;
+  html-validator-cli = dontCheck super.html-validator-cli;
+  hw-fingertree-strict = dontCheck super.hw-fingertree-strict;
+  hw-prim = dontCheck super.hw-prim;
+  lens-regex = dontCheck super.lens-regex;
+  meep = dontCheck super.meep;
+  ranged-list = dontCheck super.ranged-list;
+  rank2classes = dontCheck super.rank2classes;
+  schedule = dontCheck super.schedule;
+  twiml = dontCheck super.twiml;
+  twitter-conduit = dontCheck super.twitter-conduit;
+  validationt = dontCheck super.validationt;
+  vgrep = dontCheck super.vgrep;
+  vulkan-utils = dontCheck super.vulkan-utils;
+  yaml-combinators = dontCheck super.yaml-combinators;
+  yesod-paginator = dontCheck super.yesod-paginator;
 
   # https://github.com/ekmett/half/issues/35
   half = dontCheck super.half;