summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Expand)AuthorAge
* .cabal: extend test-framework dep range up to <0.5Sergei Trofimovich2011-07-31
* Added Tests.Writers.Markdown in cabal file.John MacFarlane2011-07-30
* Updated tested-with field.John MacFarlane2011-07-30
* Depend on same version of pandoc-types as citeproc-hs, for now.John MacFarlane2011-07-28
* Use data: protocol to embed s5 css in <link> tags.John MacFarlane2011-07-24
* Use yuicompressor-packed js for s5.John MacFarlane2011-07-24
* Fixed slidy css.John MacFarlane2011-07-24
* Version bump to 1.8.2.John MacFarlane2011-07-22
* Changed default template naming scheme.John MacFarlane2011-07-22
* Version bump to 1.8.1.3.John MacFarlane2011-07-22
* Added unexported Text.Pandoc.MIME.John MacFarlane2011-07-19
* Version bump to 1.8.1.2.John MacFarlane2011-07-16
* Changed to github issue tracker.John MacFarlane2011-06-09
* Bump version to 1.8.1.1 & update changelog.John MacFarlane2011-02-13
* Version bump to 1.8.1.John MacFarlane2011-02-13
* Updated copyright.John MacFarlane2011-02-05
* Bumped version to 1.8.0.3; updated changelog; fixed source-repository.John MacFarlane2011-02-05
* Added Source-repository to cabal file.John MacFarlane2011-02-05
* Version bump to 1.8.0.2.John MacFarlane2011-02-05
* Added 6.10.4 to list of GHC versions test (MacPorts).John MacFarlane2011-02-01
* Version bump to 1.8.0.1.John MacFarlane2011-01-31
* Require non-buggy zip-archive 0.1.1.7.John MacFarlane2011-01-30
* Depend on citeproc >= 0.3.1.John MacFarlane2011-01-30
* Added HTML writer tests for inline code.John MacFarlane2011-01-29
* Depend on highlighting-kate >= 0.2.9.John MacFarlane2011-01-29
* Moved tests to src.John MacFarlane2011-01-29
* Updated tested-with field of cabal file.John MacFarlane2011-01-29
* Added Tests.Shared with normalize round-trip tests.John MacFarlane2011-01-29
* Added biblatex citation tests to Tests.Readers.LaTeX.John MacFarlane2011-01-29
* Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane2011-01-29
* Refactored man pages.John MacFarlane2011-01-28
* Moved manpage.template -> man/man1/pandoc.1.template.John MacFarlane2011-01-28
* Added Tests.Readers.Markdown.John MacFarlane2011-01-26
* Add support for attributes in inline Code.John MacFarlane2011-01-26
* Added RST reader tests.John MacFarlane2011-01-26
* Updates for compiling with ghc 7.John MacFarlane2011-01-26
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
* Use ANSI color to point to diffs in test output.John MacFarlane2011-01-22
* Depend on latest QuickCheck2.John MacFarlane2011-01-22
* Added native writer tests.John MacFarlane2011-01-22
* Added 'property' in Tests.Helpers & some quickcheck tests.John MacFarlane2011-01-22
* Improved test framework.John MacFarlane2011-01-22
* Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane2011-01-21
* Added Text.Pandoc.Readers.Native (readNative).John MacFarlane2011-01-19
* Include man pages in extra-source-files.John MacFarlane2011-01-19
* Added upper bounds to all cabal dependencies.John MacFarlane2011-01-15
* Merge branch 'tests'John MacFarlane2011-01-15
|\
| * Keep Tests.Arbitrary but remove quickcheck tests for now.John MacFarlane2011-01-14
| * Added quickcheck tests for normalize in Shared.John MacFarlane2011-01-14
| * Added Tests/Arbitrary.hs, with Arbitrary instances.John MacFarlane2011-01-13