diff options
author | sternenseemann | 2021-05-16 22:08:07 +0200 |
---|---|---|
committer | sternenseemann | 2021-05-16 22:09:14 +0200 |
commit | c964bdf1954833897f7a0568e10b4686135d549e (patch) | |
tree | a840a19deac05606aa3870e44f393ebbd6902d8d /pkgs/development/haskell-modules/configuration-arm.nix | |
parent | 9e5896496cfd5da5754018887f7ad3b256b3ad80 (diff) |
haskellPackages.xml-html-qq: disable broken doctests on aarch64
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-arm.nix')
-rw-r--r-- | pkgs/development/haskell-modules/configuration-arm.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-arm.nix b/pkgs/development/haskell-modules/configuration-arm.nix index af4893afe54f..84524f416a2e 100644 --- a/pkgs/development/haskell-modules/configuration-arm.nix +++ b/pkgs/development/haskell-modules/configuration-arm.nix @@ -62,6 +62,7 @@ self: super: { hsemail-ns = dontCheck super.hsemail-ns; openapi3 = dontCheck super.openapi3; strict-writer = dontCheck super.strict-writer; + xml-html-qq = dontCheck super.xml-html-qq; # https://github.com/ekmett/half/issues/35 half = dontCheck super.half; |