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.
This commit is contained in:
parent
c5cd6a2fb9
commit
a3fd86a3ba
1 changed files with 19 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue