summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* Conditionally depend on syb and base >= 4 if ghc >= 6.10.fiddlosopher2008-12-01
* Removed package-URL field from cabal file.fiddlosopher2008-12-01
* Updated location of odt-styles in pandoc.cabal.fiddlosopher2008-11-06
* Version bump to 1.1.fiddlosopher2008-10-30
* Bump version to 1.0.0.2.fiddlosopher2008-10-16
* Add BUGS to files in tarball.fiddlosopher2008-10-16
* Bumped version to 1.0.0.1.fiddlosopher2008-09-14
* pandoc.cabal: Removed most upper-bounds on dependency versions.fiddlosopher2008-09-10
* Use versioned dependencies in pandoc.cabal, following guidelines infiddlosopher2008-09-10
* Version bump to 1.0.fiddlosopher2008-09-10
* pandoc.cabal: removed COPYING from Extra-Source-Files;fiddlosopher2008-09-09
* Use Data.List's 'intercalate' instead of custom 'joinWithSep'.fiddlosopher2008-09-08
* Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.fiddlosopher2008-09-04
* Removed PDF writer from core pandoc, restored markdown2pdf.fiddlosopher2008-08-27
* Simplified and improved UTF8 handling:fiddlosopher2008-08-14
* Support for display math; changed ASCIIMathML -> LaTeXMathML:fiddlosopher2008-08-13
* Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.fiddlosopher2008-08-12
* Added new markdown reader tests to list of extra source files in pandoc.cabal.fiddlosopher2008-08-11
* Removed markdown2pdf and all references to it.fiddlosopher2008-08-10
* Added Text.Pandoc.PDF module, 'pdf' as new output option.fiddlosopher2008-08-10
* Moved more of the build process from Makefile to Setup.hs:fiddlosopher2008-08-09
* Rewrote test suite so it doesn't depend on perl or unix tools.fiddlosopher2008-08-09
* Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.fiddlosopher2008-08-08
* Mention ODT writer in pandoc.cabal.fiddlosopher2008-08-05
* Added support for Cite to Markdown reader, and conditional support for citepr...fiddlosopher2008-08-04
* Improved configuration options and CPP macros.fiddlosopher2008-08-03
* Added 'utf8' configuration flag to pandoc.cabal.fiddlosopher2008-08-03
* Improved template handling:fiddlosopher2008-08-02
* Fixes to make haddock work with template haskell:fiddlosopher2008-08-01
* Removed FlexibleInstances Extension line from pandoc.cabal; it isn't neededfiddlosopher2008-08-01
* Removed 'CPP' from Extension in pandoc.cabal.fiddlosopher2008-08-01
* Don't use OverloadedStrings in ODT writer.fiddlosopher2008-08-01
* Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...fiddlosopher2008-08-01
* Simplified build process using template haskell.fiddlosopher2008-08-01
* Use template haskell to store reference.odt as blob in pandoc.fiddlosopher2008-08-01
* Added code for xml library (Text.XML.Light) to source tree,fiddlosopher2008-08-01
* Compatibility fixes for CPP, Cabal, and haddock:fiddlosopher2008-07-31
* Removed superfluous binary and bytestring dependencies in pandoc.cabal.fiddlosopher2008-07-31
* Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.fiddlosopher2008-07-31
* Added 'library' and 'executable' configuration flags.fiddlosopher2008-07-31
* Added 'odt' output option to pandoc:fiddlosopher2008-07-31
* Fixed typo in pandoc.cabal.fiddlosopher2008-07-31
* Simplified Setup.hs by removing PostClean hooks.fiddlosopher2008-07-31
* Improved pandoc.cabal:fiddlosopher2008-07-31
* Use CPP to simplify build procedure for Highlighting.hs module.fiddlosopher2008-07-31
* Added MediaWiki writer.fiddlosopher2008-07-27
* Added OpenDocument format to cabal description.fiddlosopher2008-07-24
* Added -Wall to ghc-options in pandoc.cabal.fiddlosopher2008-06-17
* Moved XML-formatting functions to new unexported module Text.Pandoc.XML.fiddlosopher2008-03-19
* Andrea Rossato's patch for OpenDocument support.fiddlosopher2008-03-19