haskellPackages: disable failing doctests on aarch64
New hydra evaluation brought some additional intstances of this happening to light.
This commit is contained in:
parent
cbaa1c8a59
commit
f4c038f030
|
@ -70,6 +70,8 @@ self: super: {
|
|||
html-validator-cli = dontCheck super.html-validator-cli;
|
||||
hw-fingertree-strict = dontCheck super.hw-fingertree-strict;
|
||||
hw-prim = dontCheck super.hw-prim;
|
||||
hw-packed-vector = dontCheck super.hw-packed-vector;
|
||||
hw-xml = dontCheck super.hw-xml;
|
||||
lens-regex = dontCheck super.lens-regex;
|
||||
meep = dontCheck super.meep;
|
||||
ranged-list = dontCheck super.ranged-list;
|
||||
|
@ -82,6 +84,8 @@ self: super: {
|
|||
vulkan-utils = dontCheck super.vulkan-utils;
|
||||
yaml-combinators = dontCheck super.yaml-combinators;
|
||||
yesod-paginator = dontCheck super.yesod-paginator;
|
||||
grammatical-parsers = dontCheck super.grammatical-parsers;
|
||||
construct = dontCheck super.construct;
|
||||
|
||||
# https://github.com/ekmett/half/issues/35
|
||||
half = dontCheck super.half;
|
||||
|
|
Loading…
Reference in New Issue