summaryrefslogtreecommitdiff
path: root/pandoc.cabal
Commit message (Collapse)AuthorAge
* Revert "Require Cabal 0.14."John MacFarlane2012-07-26
| | | | | | | This reverts commit f6cc63de41f3b56d6c913981a85380b146719258. Older versions of cabal supposedly just ignore the benchmark stanza.
* Require Cabal 0.14.John MacFarlane2012-07-26
|
* Bump version to 1.10.John MacFarlane2012-07-26
|
* Integrated test suite with cabal.John MacFarlane2012-07-26
| | | | | | | | To run tests, configure with --enable-tests, then 'cabal test'. You can specify particular tests using --test-options='-t markdown'. No output is shown unless tests fail. In the future, we can move to the detailed-1.0 interface.
* Integrated benchmark into cabal.John MacFarlane2012-07-26
| | | | | | | Can now do: cabal configure --enable-benchmarks && cabal build cabal bench --benchmark-option='markdown' --benchmark-option='-s 20'
* Moved tests to tests/, modified cabal file so lib isn't recompiled.John MacFarlane2012-07-26
|
* Added Text.Pandoc.Options.John MacFarlane2012-07-25
|
* Revised code for pipe tables.John MacFarlane2012-07-22
| | | | | | | | | | * All tables now require at least one body row. * Renamed from 'extra' to 'pipe' tables. * Moved functions from Parsing to Readers.Markdown. * Cleaned up code; revised to parse in one pass rather than parsing a raw string, splitting it, and parsing the components. * Allow pipe tables without pipes on the ends (as PHP Markdown Extra does).
* Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane2012-07-22
| | | | Added to cabal file.
* Added Text.Pandoc.Writers.FB2 to list of exported modules.John MacFarlane2012-07-22
| | | | Also added FB2 to description.
* Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane2012-07-19
| | | | | | | | Now you can use def (which is re-exported by Text.Pandoc) instead of defaultParserState or defaultWriterOptions. For now, these are still defined too, so existing code need not change. Closes #546.
* Removed -threaded from cabal ghc-options.John MacFarlane2012-07-02
| | | | | | Use of the threaded runtime imposes a slight performance penalty, and there is really no need for it, since pandoc doesn't run faster on multiple cores.
* Remove -threaded in library stanza.John MacFarlane2012-06-28
|
* Bump version to 1.9.4.2.John MacFarlane2012-06-27
|
* Use -rtsopts and -threaded.John MacFarlane2012-06-27
|
* fixing exported test modules and filesAlexander V Vershilov2012-06-25
|
* Bumped version to 1.9.4.1.John MacFarlane2012-06-08
|
* Version bump to 1.9.4.John MacFarlane2012-05-31
|
* Merge pull request #521 from jonassmedegaard/masterJohn MacFarlane2012-05-30
|\ | | | | Slidy lang support, and new Slideous writer
| * Add support for Slideous output.Jonas Smedegaard2012-05-24
| |
* | Require highlighting-kate >= 0.5.1.John MacFarlane2012-05-29
|/ | | | | This is required for proper highlighted inline code in LaTeX. Closes #527.
* Require highlighting-kate 0.5.0.6.John MacFarlane2012-05-17
|
* Updated cabal description to include docbook reader.John MacFarlane2012-05-12
|
* Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane2012-05-10
| | | | This reverts commit f67a80cea27286ba17b3696198602a6bbdae014d.
* Version bump to 1.9.3.John MacFarlane2012-05-01
|
* Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane2012-04-24
|
* changes for blaze-html 0.5Mark Wright2012-04-23
|
* Merge pull request #491 from mb21/patch-1John MacFarlane2012-04-20
|\ | | | | Added link, code and info elements to DocBook Reader
| * Added skeleton of basic docbook reader.John MacFarlane2012-04-14
| |
* | Allow mtl-2.1.*Simon Hengel2012-04-15
|/
* Version bump to 1.9.2.John MacFarlane2012-04-01
|
* Bumped version bound for test-framework.John MacFarlane2012-03-15
|
* pandoc.cabal: fix typo in zlib's upper bound '<= 0.6' should be '< 0.6'Sergei Trofimovich2012-03-10
| | | | Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
* Bump version to 1.9.1.2.John MacFarlane2012-03-09
|
* Version bump to 1.9.1.1.John MacFarlane2012-02-11
|
* Added two needed gifs to the data files for s5.John MacFarlane2012-02-10
| | | | ALso removed sildes.min.js, which was no longer being used.
* Require texmath >= 0.6.0.2.John MacFarlane2012-02-08
|
* Require h-k 0.5.0.2.John MacFarlane2012-02-08
|
* Version bump to 1.9.1.John MacFarlane2012-02-07
| | | | (Due to new field in ParserState introduced in last commit.)
* Version bump to 1.9.0.5.John MacFarlane2012-02-06
|
* cabal: Put build-depends for tests under conditional.John MacFarlane2012-02-06
| | | | | | | | | Otherwise even those who don't build with the tests flag need to have dependencies like test-framework. This restores the old behavior; I wrongly assumed that by now cabal was smart enough not to bring in build-depends for components with Buildable = False.
* Version bump to 1.9.0.4, updated changelog.John MacFarlane2012-02-06
|
* Relaxed version upper bound for test-framework from < 0.5 to < 0.6, since ↵Conal Elliott2012-02-06
| | | | 0.5 is the first version on Hackage that builds under GHC 7.4.1.
* More cabal tweaks, default to Haskell98 for ghc 6.12 compatibility.John MacFarlane2012-02-06
|
* Version bump to 1.9.0.3.John MacFarlane2012-02-06
|
* cabal changes required by version >= 1.10.John MacFarlane2012-02-06
|
* Require cabal version >= 1.10.John MacFarlane2012-02-06
| | | | This is needed for ghcPackageDbOptions in Setup.hs.
* Bump version to 1.9.0.2.John MacFarlane2012-02-05
|
* Allow json 0.4.John MacFarlane2012-02-05
| | | | Otherwise we can't compile on ghc 6.12.
* Removed module Text.Pandoc.CharacterReferences.John MacFarlane2012-02-05
| | | | | | Moved characterReference parser to Text.Pandoc.Parsing. decodeCharacterReferences is now replaced by fromEntities in Text.Pandoc.XML.