aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
2013-01-23Use hsb2hs preprocessor instead of TH for embed_data_files.John MacFarlane1-5/+2
2013-01-23Eliminated use of TH in test suite.John MacFarlane1-2/+1
2013-01-23Added Text.Pandoc.Data (non-exported) if embed_data_files selected.John MacFarlane1-0/+3
2013-01-21Updated tested-with in cabal file.John MacFarlane1-1/+1
2013-01-20Version bump to 1.10.0.4.John MacFarlane1-1/+1
2013-01-20Bump version to 1.10.0.3; added further missing fb2 tests.John MacFarlane1-2/+9
2013-01-20Version bump to 1.10.0.2.John MacFarlane1-1/+1
2013-01-20Added fb2 tests to extra-source-files.John MacFarlane1-1/+8
2013-01-20Bump version to 1.10.0.1.John MacFarlane1-1/+1
2013-01-20Bump version bounds on test-framework packages.John MacFarlane1-3/+3
2013-01-19Updated copyright date in pandoc.cabal.John MacFarlane1-1/+1
2013-01-19Removed -O2.John MacFarlane1-12/+12
2013-01-19Removed unneeded -dno-debug-output from ghc-optionsJohn MacFarlane1-8/+8
2013-01-19Removed MakeManPages from cabal extra-files.John MacFarlane1-1/+0
2013-01-09Added Attr field to Header.John MacFarlane1-0/+1
2013-01-02Fixed test suite to use Diff 0.2 API.John MacFarlane1-1/+1
2012-12-31Fixed bytestring upperbounds (0.11, not 1.0).John MacFarlane1-3/+3
2012-12-30Require file-embed >= 0.0.4.7.John MacFarlane1-1/+1
2012-12-29Moved all data files and templates to data/.John MacFarlane1-37/+41
2012-12-29Data files changes.John MacFarlane1-0/+7
2012-12-29Cabal file changes.John MacFarlane1-108/+63
2012-11-04EPUB writer: Rationalized templates.John MacFarlane1-1/+1
2012-11-04EPUB: removed need for separate epub-titlepage template.John MacFarlane1-1/+1
2012-11-04EPUB writer: Removed need for separate epub-coverpage template.John MacFarlane1-1/+0
2012-11-04Added epub3 to cabal descriptionJohn MacFarlane1-1/+1
2012-10-28Removed citationSuppressParens.John MacFarlane1-1/+1
2012-10-21Bumped version bound for template-haskell.John MacFarlane1-1/+1
2012-10-15Moved man page creation out of Setup.hs.John MacFarlane1-0/+13
2012-10-13Don't expose Text.Pandoc.Biblio.John MacFarlane1-1/+1
2012-09-30Bumped versions of json and base64-bytestring dependencies.John MacFarlane1-5/+5
2012-09-30Make blaze_html_0_5 default to True.John MacFarlane1-1/+1
2012-09-25Removed need for utf8-string package.John MacFarlane1-4/+4
2012-09-23Added base dependencies for test suite.John MacFarlane1-1/+3
2012-09-23Require base >= 4.2 (i.e. GHC 6.12).John MacFarlane1-19/+9
2012-09-21Bump network upper bound to <2.5Ben Gamari1-2/+2
2012-09-21Bump directory upper bound to <1.3Ben Gamari1-3/+3
2012-09-21Bump containers upper bound to <0.6Ben Gamari1-3/+3
2012-09-12Added basic mediawiki reader.John MacFarlane1-4/+8
2012-08-08Changes to literate haskell options.John MacFarlane1-0/+1
2012-08-07Require pandoc-types 1.10.*.John MacFarlane1-3/+3
2012-07-26Revert "Require Cabal 0.14."John MacFarlane1-1/+1
2012-07-26Require Cabal 0.14.John MacFarlane1-1/+1
2012-07-26Bump version to 1.10.John MacFarlane1-1/+1
2012-07-26Integrated test suite with cabal.John MacFarlane1-10/+4
2012-07-26Integrated benchmark into cabal.John MacFarlane1-2/+19
2012-07-26Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane1-72/+35
2012-07-25Added Text.Pandoc.Options.John MacFarlane1-0/+1
2012-07-22Revised code for pipe tables.John MacFarlane1-2/+2
2012-07-22Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane1-1/+3
2012-07-22Added Text.Pandoc.Writers.FB2 to list of exported modules.John MacFarlane1-1/+2