Merge pull request #46893 from costrouc/costrouc/pandoc-crossref-refactor

haskellPackages.pandoc-crossref: refactor disable tests for 0.3.2.1
This commit is contained in:
Peter Simons 2018-09-19 20:50:50 +02:00 committed by GitHub
commit 3c95fb13ee
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -360,6 +360,7 @@ self: super: {
optional = dontCheck super.optional;
orgmode-parse = dontCheck super.orgmode-parse;
os-release = dontCheck super.os-release;
pandoc-crossref = dontCheck super.pandoc-crossref; # (most likely change when no longer 0.3.2.1) https://github.com/lierdakil/pandoc-crossref/issues/199
persistent-redis = dontCheck super.persistent-redis;
pipes-extra = dontCheck super.pipes-extra;
pipes-websockets = dontCheck super.pipes-websockets;