about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2020-01-27 09:34:41 +0100
committerPeter Simons <simons@cryp.to>2020-01-27 10:00:45 +0100
commit26dbde5dbcaff6322cc649ac17150214ee259f9d (patch)
tree16b0c89d9ae011142af9c9219ae72d8691c6cd69 /pkgs
parent50f3a9f1001b16e93208b650d4fc87c033e26fa6 (diff)
downloadnixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.tar
nixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.tar.gz
nixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.tar.bz2
nixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.tar.lz
nixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.tar.xz
nixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.tar.zst
nixlib-26dbde5dbcaff6322cc649ac17150214ee259f9d.zip
haskell-pandoc: disable test suite when building with ghc-8.8.x
pandoc-2.9.1.1 fails 1 test.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
index f49aa03e07e0..be852679c9a5 100644
--- a/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
+++ b/pkgs/development/haskell-modules/configuration-ghc-8.8.x.nix
@@ -91,7 +91,7 @@ self: super: {
   microlens-th = self.microlens-th_0_4_3_2;
   network = self.network_3_1_1_1;
   optparse-applicative = self.optparse-applicative_0_15_1_0;
-  pandoc = self.pandoc_2_9_1_1;
+  pandoc = dontCheck super.pandoc_2_9_1_1;        # https://github.com/jgm/pandoc/issues/6086
   pandoc-types = self.pandoc-types_1_20;
   prettyprinter = self.prettyprinter_1_6_0;
   primitive = dontCheck super.primitive_0_7_0_0;  # evaluating the test suite gives an infinite recursion