pandoc/src/Text/Pandoc
fiddlosopher aab574f9ef Use System.IO.UTF8 only if ghc < 6.12.
GHC >= 6.12 (base >= 4.2) uses iconv to convert to unicode
Strings.

git-svn-id: https://pandoc.googlecode.com/svn/trunk@1748 788f1e2b-df1e-0410-8736-df70ead52e1b
2009-12-31 16:48:21 +00:00
..
Readers Removed unneeded LANGUAGE pragmas. 2009-12-31 16:48:14 +00:00
Writers Use UTF8 instead of entities in HTML. 2009-12-31 02:06:52 +00:00
Biblio.hs Minor changes in Text.Pandoc.Biblio. 2009-02-28 07:39:45 +00:00
Blocks.hs Moved all haskell source to src subdirectory. 2009-01-24 20:00:26 +00:00
CharacterReferences.hs Improved efficiency of hexNum parser. 2009-04-29 19:29:03 +00:00
Definition.hs Changed Meta author and date types to Inline lists instead of Strings. 2009-12-31 01:12:44 +00:00
Highlighting.hs Removed unneeded LANGUAGE pragmas. 2009-12-31 16:48:14 +00:00
LaTeXMathML.hs Fixed up LaTeXMathML module not to use TH. 2009-12-31 01:13:16 +00:00
ODT.hs Moved odt-styles -> odt. Changed ODT module to look at user data first. 2009-12-31 01:11:49 +00:00
Shared.hs Use System.IO.UTF8 only if ghc < 6.12. 2009-12-31 16:48:21 +00:00
Templates.hs Fixed bug with $else$ in templates module. 2009-12-31 01:16:08 +00:00
XML.hs Added stripTags to Text.Pandoc.XML. 2009-12-05 07:28:45 +00:00