aboutsummaryrefslogtreecommitdiff
path: root/src/Text/Pandoc/Filter.hs
AgeCommit message (Collapse)AuthorFilesLines
2018-03-18Use NoImplicitPrelude and explicitly import Prelude.John MacFarlane1-0/+2
This seems to be necessary if we are to use our custom Prelude with ghci. Closes #4464.
2018-01-19hlint code improvements.John MacFarlane1-1/+1
2018-01-15Renaming: Json -> JSON in modules and functions.John MacFarlane1-2/+2
2018-01-13Move filter functions to separate moduleAlbert Krewinkel1-0/+60