summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
author(cdep)illabout <cdep.illabout@gmail.com>2021-06-21 11:59:52 +0900
committer(cdep)illabout <cdep.illabout@gmail.com>2021-06-21 11:59:52 +0900
commit7bd01900a5d8713b8a433487d30803bed6c8151b (patch)
tree60cff010b5f1288264a9fec48d43c24482f044ad /pkgs/development/haskell-modules
parent4329d39319e501b904b5a0956d89c1454fef0f57 (diff)
downloadnixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.tar
nixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.tar.gz
nixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.tar.bz2
nixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.tar.lz
nixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.tar.xz
nixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.tar.zst
nixpkgs-7bd01900a5d8713b8a433487d30803bed6c8151b.zip
haskellPackages.termonad: dontCheck on arm because of doctests
Diffstat (limited to 'pkgs/development/haskell-modules')
-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 8682c717dbf..550b976a5cf 100644
--- a/pkgs/development/haskell-modules/configuration-arm.nix
+++ b/pkgs/development/haskell-modules/configuration-arm.nix
@@ -78,6 +78,7 @@ self: super: {
   schedule = dontCheck super.schedule;
   static = dontCheck super.static;
   strict-writer = dontCheck super.strict-writer;
+  termonad = dontCheck super.termonad;
   trifecta = dontCheck super.trifecta;
   twiml = dontCheck super.twiml;
   twitter-conduit = dontCheck super.twitter-conduit;