summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Collapse)AuthorAge
* Revert "Workaround for linker errors in macosx + ghc 7.0.3."John MacFarlane2011-08-18
| | | | This reverts commit 54520c4e6f6f26d5dee21f97fc561ff69e03f883.
* Workaround for linker errors in macosx + ghc 7.0.3.John MacFarlane2011-08-18
|
* Relax version bounds for pandoc-types to 1.8.*.John MacFarlane2011-08-01
|
* Bump version to 1.8.2.1John MacFarlane2011-08-01
|
* .cabal: extend test-framework dep range up to <0.5Sergei Trofimovich2011-07-31
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* 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
| | | | Using inline css didn't work properly with Chrome and Safari.
* Use yuicompressor-packed js for s5.John MacFarlane2011-07-24
| | | | | Removed s5/default/slides.js.comment, s5/default/slides.js.packed. Added s5/default/slides.min.js.
* Fixed slidy css.John MacFarlane2011-07-24
| | | | | | * Use non-minimized version of `slidy.css` with `--offline` option, so users can more easily edit it. * Fixed bug in slidy css that prevented proper centering of title.
* Version bump to 1.8.2.John MacFarlane2011-07-22
| | | | | | Reason: new naming scheme for templates may require users to rename default templates they have put in ~./pandoc/templates. A template named FORMAT.template should be renamed default.FORMAT.
* Changed default template naming scheme.John MacFarlane2011-07-22
| | | | | | | | | Instead of latex.template, we now have default.latex. An appropriate extension is added automatically if the value of `--template` has no extension. So, `pandoc --template=special -t latex` looks for `special.latex`, while `pandoc --template=special -t man` looks for `special.man`.
* Version bump to 1.8.1.3.John MacFarlane2011-07-22
|
* Added unexported Text.Pandoc.MIME.John MacFarlane2011-07-19
| | | | | Moved getMimeType from Text.Pandoc.Shared to Text.Pandoc.MIME, so we won't have an API change.
* 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
| | | | This is needed for highlighting of inline code.
* 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
| | | | Removed old biblatex-citations.latex.
* Added natbib citation tests to Tests.Readers.LaTeX.John MacFarlane2011-01-29
| | | | Removed old tests/natbib-citations.latex.
* Refactored man pages.John MacFarlane2011-01-28
| | | | | | * Markdown syntax description from README now goes in pandoc_markdown.5. * Refactored man page construction functions, putting more of the work in MakeManPages.hs.
* 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
| | | | | | | | Additional related changes: * URLs in Code in autolinks now use class "url". * Require highlighting-kate 0.2.8.2, which omits the final <br/> tag, essential for inline code.
* Added RST reader tests.John MacFarlane2011-01-26
|
* Updates for compiling with ghc 7.John MacFarlane2011-01-26
| | | | | We now use a CPP trick to have compatible quasiquotes that work in both GHC 6.12 and 7.
* Bumped version to 1.8; depend on pandoc-types 1.8.John MacFarlane2011-01-26
| | | | | | | The old TeX, HtmlInline and RawHtml elements have been removed and replaced by generic RawInline and RawBlock elements. All modules updated to use the new raw elements.
* Use ANSI color to point to diffs in test output.John MacFarlane2011-01-22
| | | | ConTeXt writer bullet list test set to break as an example.
* 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
| | | | | Now there is a uniform interface for reader and writer tests. Also added a quasiquoter, for multiline strings.
* Added Tests.Writers.ConTeXt and helpers for writer tests.John MacFarlane2011-01-21
|
* Added Text.Pandoc.Readers.Native (readNative).John MacFarlane2011-01-19
| | | | | | | | | | | | | readNative can now read full pandoc documents, block lists, blocks, inline lists, or inlines. It will interpret Str "hi" as if it were Pandoc (Meta [] [] []) [Plain [Str "hi"]] This should make testing easier.
* Include man pages in extra-source-files.John MacFarlane2011-01-19
| | | | | | | | | | | | The man pages are produced by a post-build hook, using MakeManPage.hs. However, there seem to be problems running this program on some systems; see https://github.com/jgm/pandoc/issues/#issue/15. This change means that the generated man pages will be included in the tarball produced by 'cabal sdist', and hence in releases. They will still be updated by the build process if the sources change, but in most builds, the man page won't need to be regenerated.
* Added upper bounds to all cabal dependencies.John MacFarlane2011-01-15
|