haskellPackages.orbits: disable doctest on aarch64

aarch64 doctests fail in general due to a GHC bug
This commit is contained in:
sternenseemann 2021-05-23 17:25:18 +02:00
parent a9a4eb18b1
commit 34de748dbf

View File

@ -86,6 +86,7 @@ self: super: {
yesod-paginator = dontCheck super.yesod-paginator;
grammatical-parsers = dontCheck super.grammatical-parsers;
construct = dontCheck super.construct;
orbits = dontCheck super.orbits;
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;