summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-arm.nix
diff options
context:
space:
mode:
authorsternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-16 22:08:07 +0200
committersternenseemann <0rpkxez4ksa01gb3typccl0i@systemli.org>2021-05-16 22:09:14 +0200
commitc964bdf1954833897f7a0568e10b4686135d549e (patch)
treea840a19deac05606aa3870e44f393ebbd6902d8d /pkgs/development/haskell-modules/configuration-arm.nix
parent9e5896496cfd5da5754018887f7ad3b256b3ad80 (diff)
downloadnixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.tar
nixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.tar.gz
nixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.tar.bz2
nixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.tar.lz
nixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.tar.xz
nixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.tar.zst
nixpkgs-c964bdf1954833897f7a0568e10b4686135d549e.zip
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.nix1
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 af4893afe54..84524f416a2 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;