From 3b63cb0903baf4bc551d2b63d884c0fa556f11a0 Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Tue, 5 Mar 2013 22:09:42 -0800 Subject: Hide Text.Pandoc.Highlighting. * Moved code for translating listings language names to highlighting-kate names and back from LaTeX reader to Highlighting. * Text.Pandoc.Highlighting no longer exposed (API change) * Text.Pandoc.Highlighting exports toListingsLang, fromListingsLang --- pandoc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pandoc.hs') diff --git a/pandoc.hs b/pandoc.hs index c777a3065..6a6094ced 100644 --- a/pandoc.hs +++ b/pandoc.hs @@ -37,7 +37,7 @@ import Text.Pandoc.Shared ( tabFilter, readDataFileUTF8, safeRead, headerShift, normalize, err, warn ) import Text.Pandoc.XML ( toEntities, fromEntities ) import Text.Pandoc.SelfContained ( makeSelfContained ) -import Text.Pandoc.Highlighting ( languages, Style, tango, pygments, +import Text.Highlighting.Kate ( languages, Style, tango, pygments, espresso, zenburn, kate, haddock, monochrome ) import System.Environment ( getArgs, getProgName ) import System.Exit ( exitWith, ExitCode (..) ) -- cgit v1.2.3