haskellPackages: disable failing doctests on aarch64

New hydra evaluation brought some additional intstances of this
happening to light.
This commit is contained in:
sternenseemann 2021-05-18 18:07:12 +02:00
parent cbaa1c8a59
commit f4c038f030
1 changed files with 4 additions and 0 deletions

View File

@ -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;