aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Expand)AuthorFilesLines
2011-01-30Require non-buggy zip-archive 0.1.1.7.John MacFarlane1-2/+2
2011-01-30Depend on citeproc >= 0.3.1.John MacFarlane1-2/+2
2011-01-29Added HTML writer tests for inline code.John MacFarlane1-0/+1
2011-01-29Depend on highlighting-kate >= 0.2.9.John MacFarlane1-2/+2
2011-01-29Moved tests to src.John MacFarlane1-1/+1
2011-01-29Updated tested-with field of cabal file.John MacFarlane1-1/+1
2011-01-29Added Tests.Shared with normalize round-trip tests.John MacFarlane1-0/+1
2011-01-29Added biblatex citation tests to Tests.Readers.LaTeX.John MacFarlane1-1/+0
2011-01-29Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane1-1/+0
2011-01-28Refactored man pages.John MacFarlane1-1/+5
2011-01-28Moved manpage.template -> man/man1/pandoc.1.template.John MacFarlane1-1/+1
2011-01-26Added Tests.Readers.Markdown.John MacFarlane1-0/+1
2011-01-26Add support for attributes in inline Code.John MacFarlane1-2/+2
2011-01-26Added RST reader tests.John MacFarlane1-0/+1
2011-01-26Updates for compiling with ghc 7.John MacFarlane1-3/+7
2011-01-26Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane1-3/+3
2011-01-22Use ANSI color to point to diffs in test output.John MacFarlane1-1/+2
2011-01-22Depend on latest QuickCheck2.John MacFarlane1-2/+2
2011-01-22Added native writer tests.John MacFarlane1-0/+1
2011-01-22Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane1-0/+2
2011-01-22Improved test framework.John MacFarlane1-1/+2
2011-01-21Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane1-0/+1
2011-01-19Added Text.Pandoc.Readers.Native (readNative).John MacFarlane1-0/+1
2011-01-19Include man pages in extra-source-files.John MacFarlane1-0/+3
2011-01-15Added upper bounds to all cabal dependencies.John MacFarlane1-20/+38
2011-01-15Merge branch 'tests'John MacFarlane1-4/+17
2011-01-15Added new tests to pandoc.cabal.John MacFarlane1-0/+14
2011-01-14Require Cabal version >= 1.6.John MacFarlane1-1/+1
2011-01-14Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane1-3/+1
2011-01-14Added quickcheck tests for normalize in Shared.John MacFarlane1-2/+5
2011-01-13Added Tests/Arbitrary.hs, with Arbitrary instances.John MacFarlane1-2/+6
2011-01-12Removed copy-pasted -O2.Nathan Gass1-2/+2
2011-01-12Added some basic testing infrastructure and some latex reader tests.Nathan Gass1-1/+4
2011-01-12Improvements to test suite.John MacFarlane1-1/+6
2011-01-11Moved test-pandoc.hs to tests directory.Nathan Gass1-1/+1
2011-01-10Changed test-pandoc to use test-framework and HUnit.Nathan Gass1-1/+1
2011-01-05Updated for texmath 0.5.John MacFarlane1-1/+1
2010-12-30New HTML reader using tagsoup as a lexer.John MacFarlane1-2/+4
2010-12-22Removed all dependencies on 'pretty' package.John MacFarlane1-2/+2
2010-12-17Added new prettyprinting module.John MacFarlane1-4/+6
2010-12-15test-pandoc: removed need to depend on MissingH.John MacFarlane1-2/+2
2010-12-15Added 'tests' Cabal flag.John MacFarlane1-7/+21
2010-12-11Added JSON reader and writer.John MacFarlane1-2/+4
2010-12-10Added Benchmark.hs to extra-source-files.John MacFarlane1-0/+2
2010-12-09Added json format for reading and writing.John MacFarlane1-2/+4
2010-12-07Improved process to create man page from README.John MacFarlane1-1/+4
2010-12-05Documented org-mode writer in README, cabal, man pages.John MacFarlane1-1/+2
2010-12-05Added templates/org.template to pandoc.cabal.Puneeth Chaganti1-1/+1
2010-12-04Added Org-mode writerPuneeth Chaganti1-0/+1
2010-12-03Merge branch 'citeproc' into master.John MacFarlane1-15/+10