haskellPackages.strict-writer: disable doctests on aarch64

fail due to GHC bug
This commit is contained in:
sternenseemann 2021-05-09 01:40:31 +02:00
parent b324675a15
commit 15052e0c90

View File

@ -61,6 +61,7 @@ self: super: {
hsakamai = dontCheck super.hsakamai;
hsemail-ns = dontCheck super.hsemail-ns;
openapi3 = dontCheck super.openapi3;
strict-writer = dontCheck super.strict-writer;
# https://github.com/ekmett/half/issues/35
half = dontCheck super.half;