From 15052e0c905f1b3b2159765818ae7aeaedeac4f7 Mon Sep 17 00:00:00 2001 From: sternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org> Date: Sun, 9 May 2021 01:40:31 +0200 Subject: [PATCH] haskellPackages.strict-writer: disable doctests on aarch64 fail due to GHC bug --- pkgs/development/haskell-modules/configuration-arm.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index bcbf32540538..af4893afe54f 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -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;