summaryrefslogtreecommitdiffstats
path: root/pkgs/development/haskell-modules/configuration-common.nix
diff options
context:
space:
mode:
authormaralorn <mail@maralorn.de>2024-05-18 22:59:10 +0200
committermaralorn <mail@maralorn.de>2024-05-18 22:59:10 +0200
commitfb1675a382b576270ac14a6cd9b8a415ef5550bd (patch)
tree7203adc2cd002264907f7f300ef8434868de24d6 /pkgs/development/haskell-modules/configuration-common.nix
parent2c6ddcc7eddda1bb4f1ee220779da789093c4114 (diff)
haskellPackages.pandoc-crossref: Don‘t check
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-common.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 019f3c4b2851..30340d9782bd 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -558,6 +558,9 @@ self: super: {
# 2022-02-14: Strict upper bound: https://github.com/psibi/streamly-bytestring/issues/30
streamly-bytestring = dontCheck (doJailbreak super.streamly-bytestring);
+ # 2024-05-18: Upstream tests against a different pandoc version
+ pandoc-crossref = dontCheck super.pandoc-crossref;
+
# base bound
digit = doJailbreak super.digit;