aboutsummaryrefslogtreecommitdiff
path: root/pandoc.cabal
AgeCommit message (Collapse)AuthorFilesLines
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
network 2.4 is now on hackage
2012-09-21Bump directory upper bound to <1.3Ben Gamari1-3/+3
directory-1.2 is in ghc 7.6
2012-09-21Bump containers upper bound to <0.6Ben Gamari1-3/+3
Since containers 0.5 is in the wild as of ghc 7.6
2012-09-12Added basic mediawiki reader.John MacFarlane1-4/+8
Text.Pandoc.Readers.MediaWiki module, tests/mediawiki-reader.{txt,native}.
2012-08-08Changes to literate haskell options.John MacFarlane1-0/+1
- Removed writerLiterateHaskell from WriterOptions. - Removed readerLiterateHaskell from ReaderOptions. - Added Ext_literate_haskell to Extensions. Test for this instead of the above. - Removed failUnlessLHS from Shared. Note: At this point, +lhs and .lhs extension no longer has any effect. Need to fix.
2012-08-07Require pandoc-types 1.10.*.John MacFarlane1-3/+3
2012-07-26Revert "Require Cabal 0.14."John MacFarlane1-1/+1
This reverts commit f6cc63de41f3b56d6c913981a85380b146719258. Older versions of cabal supposedly just ignore the benchmark stanza.
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
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.
2012-07-26Integrated benchmark into cabal.John MacFarlane1-2/+19
Can now do: cabal configure --enable-benchmarks && cabal build cabal bench --benchmark-option='markdown' --benchmark-option='-s 20'
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
* 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).
2012-07-22Renamed tests/markdown-tables -> tests/extra-tables.John MacFarlane1-1/+3
Added to cabal file.
2012-07-22Added Text.Pandoc.Writers.FB2 to list of exported modules.John MacFarlane1-1/+2
Also added FB2 to description.
2012-07-19Provide Data.Default instances for ParserState and WriterOptions.John MacFarlane1-0/+3
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.
2012-07-02Removed -threaded from cabal ghc-options.John MacFarlane1-6/+6
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.
2012-06-28Remove -threaded in library stanza.John MacFarlane1-3/+3
2012-06-27Bump version to 1.9.4.2.John MacFarlane1-1/+1
2012-06-27Use -rtsopts and -threaded.John MacFarlane1-9/+18
2012-06-25fixing exported test modules and filesAlexander V Vershilov1-0/+3
2012-06-08Bumped version to 1.9.4.1.John MacFarlane1-1/+1
2012-05-31Version bump to 1.9.4.John MacFarlane1-1/+1
2012-05-30Merge pull request #521 from jonassmedegaard/masterJohn MacFarlane1-1/+5
Slidy lang support, and new Slideous writer
2012-05-29Require highlighting-kate >= 0.5.1.John MacFarlane1-3/+3
This is required for proper highlighted inline code in LaTeX. Closes #527.
2012-05-24Add support for Slideous output.Jonas Smedegaard1-1/+5
2012-05-17Require highlighting-kate 0.5.0.6.John MacFarlane1-3/+3
2012-05-12Updated cabal description to include docbook reader.John MacFarlane1-2/+2
2012-05-10Revert "Removed blaze_html_05 flag -- require blaze >= 0.5 by default."John MacFarlane1-6/+24
This reverts commit f67a80cea27286ba17b3696198602a6bbdae014d.
2012-05-01Version bump to 1.9.3.John MacFarlane1-1/+1
2012-04-24Removed blaze_html_05 flag -- require blaze >= 0.5 by default.John MacFarlane1-24/+6
2012-04-23changes for blaze-html 0.5Mark Wright1-3/+24
2012-04-20Merge pull request #491 from mb21/patch-1John MacFarlane1-0/+1
Added link, code and info elements to DocBook Reader
2012-04-15Allow mtl-2.1.*Simon Hengel1-3/+3
2012-04-14Added skeleton of basic docbook reader.John MacFarlane1-0/+1
2012-04-01Version bump to 1.9.2.John MacFarlane1-1/+1
2012-03-15Bumped version bound for test-framework.John MacFarlane1-1/+1
2012-03-10pandoc.cabal: fix typo in zlib's upper bound '<= 0.6' should be '< 0.6'Sergei Trofimovich1-3/+3
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
2012-03-09Bump version to 1.9.1.2.John MacFarlane1-1/+1
2012-02-11Version bump to 1.9.1.1.John MacFarlane1-1/+1
2012-02-10Added two needed gifs to the data files for s5.John MacFarlane1-1/+2
ALso removed sildes.min.js, which was no longer being used.
2012-02-08Require texmath >= 0.6.0.2.John MacFarlane1-3/+3
2012-02-08Require h-k 0.5.0.2.John MacFarlane1-3/+3
2012-02-07Version bump to 1.9.1.John MacFarlane1-1/+1
(Due to new field in ParserState introduced in last commit.)
2012-02-06Version bump to 1.9.0.5.John MacFarlane1-1/+1
2012-02-06cabal: Put build-depends for tests under conditional.John MacFarlane1-25/+25
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.
2012-02-06Version bump to 1.9.0.4, updated changelog.John MacFarlane1-1/+1