summary refs log tree commit diff
path: root/pkgs/development/haskell-modules
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2018-10-19 10:26:24 +0200
committerPeter Simons <simons@cryp.to>2018-10-19 14:44:22 +0200
commitd4fb2748f1201df8600195bc96143979dd949bd9 (patch)
tree2844835cbc12426f4867df67434449a451defdf7 /pkgs/development/haskell-modules
parent88a93b14ae9552d1b07cae4ca46ddd91ed865f36 (diff)
downloadnixlib-d4fb2748f1201df8600195bc96143979dd949bd9.tar
nixlib-d4fb2748f1201df8600195bc96143979dd949bd9.tar.gz
nixlib-d4fb2748f1201df8600195bc96143979dd949bd9.tar.bz2
nixlib-d4fb2748f1201df8600195bc96143979dd949bd9.tar.lz
nixlib-d4fb2748f1201df8600195bc96143979dd949bd9.tar.xz
nixlib-d4fb2748f1201df8600195bc96143979dd949bd9.tar.zst
nixlib-d4fb2748f1201df8600195bc96143979dd949bd9.zip
haskell-skylighting-core: the test suite fails when built with ghc-8.6.x
Diffstat (limited to 'pkgs/development/haskell-modules')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.6.x.nix3
1 files changed, 3 insertions, 0 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 2348384b117e..53a21fdde309 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;
+
 }