ghc-8.6.x: jailbreak pandoc-types to fix the build (of the test suite)

This commit is contained in:
Peter Simons 2018-10-19 10:22:13 +02:00
parent a96f91df0f
commit 88a93b14ae

View File

@ -95,4 +95,7 @@ self: super: {
# https://github.com/skogsbaer/HTF/issues/69
HTF = markBrokenVersion "0.13.2.4" super.HTF;
# https://github.com/jgm/pandoc-types/issues/52
pandoc-types = doJailbreak super.pandoc-types;
}