From 0b700ca36144247361995cfced8b90a856ec4980 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 1 Jan 2021 20:40:17 +0100 Subject: [PATCH] pandoc: re-enable the test suite The errors we previously ran into have been fixed upstream. --- pkgs/development/haskell-modules/configuration-common.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index b1b93fd42313..073fac0b2a83 100644 --- a/pkgs/development/haskell-modules/configuration-common.nix +++ b/pkgs/development/haskell-modules/configuration-common.nix @@ -1528,9 +1528,6 @@ self: super: { # 2020-12-06: Restrictive upper bounds w.r.t. pandoc-types (https://github.com/owickstrom/pandoc-include-code/issues/27) pandoc-include-code = doJailbreak super.pandoc-include-code; - # https://github.com/jgm/pandoc/issues/6961 - pandoc = dontCheck super.pandoc; - # https://github.com/yesodweb/yesod/issues/1714 yesod-core = dontCheck super.yesod-core;