From d4fb2748f1201df8600195bc96143979dd949bd9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Fri, 19 Oct 2018 10:26:24 +0200 Subject: [PATCH] haskell-skylighting-core: the test suite fails when built with ghc-8.6.x --- pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix | 3 +++ 1 file changed, 3 insertions(+) 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 2348384b117..53a21fdde30 100644 --- a/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix +++ b/pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix @@ -98,4 +98,7 @@ self: super: { # https://github.com/jgm/pandoc-types/issues/52 pandoc-types = doJailbreak super.pandoc-types; + # + skylighting-core = dontCheck super.skylighting-core; + }