haskell-pandoc-types: update to latest version to fix the build with GHC 8.4.x

This commit is contained in:
Peter Simons 2018-03-15 16:28:53 +01:00
parent 326e1157a3
commit 2932385b3c

View file

@ -768,4 +768,7 @@ self: super: {
# Old versions don't compile.
vty = self.vty_5_20;
# https://github.com/jgm/pandoc-types/issues/37
pandoc-types = self.pandoc-types_1_17_4;
}