aboutsummaryrefslogtreecommitdiff
path: root/Interact.hs
AgeCommit message (Collapse)AuthorFilesLines
2011-01-30Fixed Interact.hs to handle the cpp macros in UTF8.John MacFarlane1-1/+1
2010-12-22Added Interact.hs to make it easier to use ghci while developing.John MacFarlane1-0/+30
Interact.hs loads ghci from the src directory, specifying all the options needed to load pandoc modules (including specific package dependencies, which it gets by parsing dist/setup-config).