From 84b6bf8226df22b6e7c00fa115060871329f2874 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 22 Oct 2018 14:29:38 +0200 Subject: [PATCH] haskell-pandoc-types: drop obsolete override --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix index ca2c8849dc6..63babd8b282 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -109,10 +109,7 @@ self: super: { # https://github.com/skogsbaer/HTF/issues/69 HTF = markBrokenVersion "0.13.2.4" super.HTF; - # https://github.com/jgm/pandoc-types/issues/52 - pandoc-types = doJailbreak super.pandoc-types; - - # + # https://github.com/jgm/skylighting/issues/55 skylighting-core = dontCheck super.skylighting-core; # https://github.com/joelburget/easytest/issues/12