jgm/pandoc-types

missing DeriveTraversable needed for Text.Pandoc.Builder to build with GHC 7.8

Closed this issue · 3 comments

hello!
its my semi annual "get pandoc building with the new GHC RC" extravaganza

looks like its just as simple as adding DeriveTraversable to the set of language pragmas for Text.Pandoc.Builder (assuming a suitablely patched version of regex pcre builtins)

still have 1-2 issues i need to sort out for pandoc proper, will report those suitably too

jgm commented

Thanks. Do you know if adding DeriveTraversable will break builds
on older versions of GHC? (What's the earliest version of GHC
that supports it?)

+++ Carter Tazio Schonwald [Jan 30 14 15:15 ]:

hello!
its my semi annual "get pandoc building with the new GHC RC" extravaganza

looks like its just as simple as adding DeriveTraversable to the set of language pragmas for Text.Pandoc.Builder (assuming a suitablely patched version of regex pcre builtins)

still have 1-2 issues i need to sort out for pandoc proper, will report those suitably too


Reply to this email directly or view it on GitHub:
#10

If youve got pandoc covering that range currently, thats pretty spiffy!