From 7bd01900a5d8713b8a433487d30803bed6c8151b Mon Sep 17 00:00:00 2001 From: "(cdep)illabout" Date: Mon, 21 Jun 2021 11:59:52 +0900 Subject: [PATCH] haskellPackages.termonad: dontCheck on arm because of doctests --- 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 8682c717dbfb..550b976a5cf6 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;