aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
2008-09-10pandoc.cabal: Removed most upper-bounds on dependency versions.fiddlosopher1-16/+7
2008-09-10Use versioned dependencies in pandoc.cabal, following guidelines infiddlosopher1-4/+16
2008-09-10Version bump to 1.0.fiddlosopher1-1/+1
2008-09-09pandoc.cabal: removed COPYING from Extra-Source-Files;fiddlosopher1-1/+1
2008-09-08Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher1-9/+3
2008-09-04Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher1-16/+4
2008-08-27Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher1-2/+1
2008-08-14Simplified and improved UTF8 handling:fiddlosopher1-14/+5
2008-08-13Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher1-4/+4
2008-08-12Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher1-1/+1
2008-08-11Added new markdown reader tests to list of extra source files in pandoc.cabal.fiddlosopher1-1/+3
2008-08-10Removed markdown2pdf and all references to it.fiddlosopher1-4/+4
2008-08-10Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher1-0/+1
2008-08-09Moved more of the build process from Makefile to Setup.hs:fiddlosopher1-4/+72
2008-08-09Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher1-1/+1
2008-08-08Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher1-6/+11
2008-08-05Mention ODT writer in pandoc.cabal.fiddlosopher1-1/+1
2008-08-04Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher1-1/+12
2008-08-03Improved configuration options and CPP macros.fiddlosopher1-4/+7
2008-08-03Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher1-1/+9
2008-08-02Improved template handling:fiddlosopher1-0/+1
2008-08-01Fixes to make haddock work with template haskell:fiddlosopher1-0/+1
2008-08-01Removed FlexibleInstances Extension line from pandoc.cabal; it isn't neededfiddlosopher1-2/+0
2008-08-01Removed 'CPP' from Extension in pandoc.cabal.fiddlosopher1-1/+1
2008-08-01Don't use OverloadedStrings in ODT writer.fiddlosopher1-2/+1
2008-08-01Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher1-1/+3
2008-08-01Simplified build process using template haskell.fiddlosopher1-23/+18
2008-08-01Use template haskell to store reference.odt as blob in pandoc.fiddlosopher1-3/+3
2008-08-01Added code for xml library (Text.XML.Light) to source tree,fiddlosopher1-4/+9
2008-07-31Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher1-0/+1
2008-07-31Removed superfluous binary and bytestring dependencies in pandoc.cabal.fiddlosopher1-1/+1
2008-07-31Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher1-2/+1
2008-07-31Added 'library' and 'executable' configuration flags.fiddlosopher1-0/+16
2008-07-31Added 'odt' output option to pandoc:fiddlosopher1-6/+9
2008-07-31Fixed typo in pandoc.cabal.fiddlosopher1-1/+1
2008-07-31Simplified Setup.hs by removing PostClean hooks.fiddlosopher1-0/+3
2008-07-31Improved pandoc.cabal:fiddlosopher1-0/+21
2008-07-31Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher1-0/+1
2008-07-27Added MediaWiki writer.fiddlosopher1-1/+3
2008-07-24Added OpenDocument format to cabal description.fiddlosopher1-1/+1
2008-06-17Added -Wall to ghc-options in pandoc.cabal.fiddlosopher1-2/+2
2008-03-19Moved XML-formatting functions to new unexported module Text.Pandoc.XML.fiddlosopher1-0/+1
2008-03-19Andrea Rossato's patch for OpenDocument support.fiddlosopher1-0/+1
2008-03-06Require parsec < 3.fiddlosopher1-1/+1
2008-02-24Added Texinfo writer to exported modules in pandoc.cabal.fiddlosopher1-0/+1
2008-02-24Updated package URL for pandoc.cabal and pandoc.cabal.ghc66.fiddlosopher1-1/+1
2008-02-09Added build option for syntax highlighting, with *optional* dependency on hig...fiddlosopher1-1/+7
2008-02-09Removed Text.Regex dependencies by rewriting using plain Haskell:fiddlosopher1-1/+1
2008-02-09Moved Text.Pandoc.Writers.DefaultHeaders -> Text.Pandoc.DefaultHeaders.fiddlosopher1-1/+1
2008-02-09Included highlighting-kate in build-depends.fiddlosopher1-1/+1