aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
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
2008-01-08Bumped version to 0.47.fiddlosopher1-1/+1
2008-01-08Changed copyright dates where appropriate to include 2008.fiddlosopher1-1/+1
2007-12-10Bumped version number to 0.46.fiddlosopher1-1/+1
2007-12-02Added Text.Pandoc.Readers.TeXMath and changed default handling of math.fiddlosopher1-0/+1
2007-11-29Changed references to source directory in Makefile and pandoc.cabal.*.fiddlosopher1-2/+2
2007-11-22Use Ghc-Prof-Options to ensure that '-auto-all' is usedfiddlosopher1-2/+4
2007-11-06Modified build procedure to allow compilation with GHC 6.8:fiddlosopher1-28/+38
2007-11-03Reverted back to state as of r1062. The template haskell changesfiddlosopher1-6/+6
2007-11-03Use template haskell to avoid the need for templates:fiddlosopher1-6/+6
2007-09-13Changed pandoc home page to http://johnmacfarlane.net/pandoc/.fiddlosopher1-1/+1
2007-09-05Bumped version to 0.45.fiddlosopher1-1/+1
2007-09-02Bump version numbers to 0.44, which will be the nextfiddlosopher1-1/+1
2007-09-01Simplify autolink parsing code, using Network.URI to test forfiddlosopher1-1/+1
2007-08-30Version bump to 0.43.fiddlosopher1-1/+1
2007-08-26Re-exposed Text.Pandoc.ASCIIMathML. We need it in Text.Pandoc.Readers.HTML.fiddlosopher1-0/+1
2007-08-23Bumped version numbers to 0.42 in anticipation of nextfiddlosopher1-1/+1
2007-08-19Bump version to 0.41.fiddlosopher1-1/+1
2007-08-15Major code cleanup in all modules. (Removed unneeded imports,fiddlosopher1-3/+1
2007-07-16Revised package synopsis in pandoc.cabal.fiddlosopher1-1/+1