index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
pandoc.cabal
Age
Commit message (
Expand
)
Author
Files
Lines
2009-07-04
Added upper version limit to base in cabal file.
fiddlosopher
1
-1
/
+1
2009-07-04
Version bump to 1.2.1.
fiddlosopher
1
-1
/
+1
2009-06-25
Fixed duplicate text bug in markdown2pdf.hs. (Paulo Tanimoto)
fiddlosopher
1
-5
/
+4
2009-06-17
Don't install markdown2pdf by default - still has bugs.
fiddlosopher
1
-4
/
+5
2009-05-01
Added new Haskell version of markdown2pdf.
fiddlosopher
1
-0
/
+11
2009-04-29
Fixed profiling options.
fiddlosopher
1
-2
/
+2
2009-04-29
Added -caf-all to profiling options.
fiddlosopher
1
-2
/
+2
2009-04-18
Use Paths_pandoc to get version number.
fiddlosopher
1
-1
/
+2
2009-02-26
Revert "Require Cabal >= 1.6."
fiddlosopher
1
-1
/
+1
2009-02-26
Require Cabal >= 1.6.
fiddlosopher
1
-1
/
+1
2009-02-24
Removed plugin support.
fiddlosopher
1
-9
/
+2
2009-02-14
Added new lhs tests to cabal file.
fiddlosopher
1
-0
/
+10
2009-02-14
Version bump to 1.2.
fiddlosopher
1
-1
/
+1
2009-02-14
Make wrappers flag False by default.
fiddlosopher
1
-1
/
+1
2009-01-31
Rewrote hsmarkdown in Haskell for portability.
fiddlosopher
1
-0
/
+14
2009-01-31
Renamed Main.hs -> pandoc.hs.
fiddlosopher
1
-1
/
+1
2009-01-25
Added TemplateHaskell to Extensions for executable, removed -threaded for lib...
fiddlosopher
1
-2
/
+2
2009-01-24
Moved all haskell source to src subdirectory.
fiddlosopher
1
-2
/
+2
2009-01-24
Moved some Extra-Source-Files to Data-Files.
fiddlosopher
1
-9
/
+10
2009-01-24
Added a plugin system, based on hint.
fiddlosopher
1
-1
/
+8
2008-12-29
Brought citeproc support up to date for citeproc-hs-0.2.
fiddlosopher
1
-1
/
+1
2008-12-23
Added Bug-Reports field to cabal file.
fiddlosopher
1
-0
/
+1
2008-12-01
Conditionally depend on syb and base >= 4 if ghc >= 6.10.
fiddlosopher
1
-1
/
+5
2008-12-01
Removed package-URL field from cabal file.
fiddlosopher
1
-1
/
+0
2008-11-06
Updated location of odt-styles in pandoc.cabal.
fiddlosopher
1
-6
/
+6
2008-10-30
Version bump to 1.1.
fiddlosopher
1
-1
/
+1
2008-10-16
Bump version to 1.0.0.2.
fiddlosopher
1
-1
/
+1
2008-10-16
Add BUGS to files in tarball.
fiddlosopher
1
-1
/
+1
2008-09-14
Bumped version to 1.0.0.1.
fiddlosopher
1
-1
/
+1
2008-09-10
pandoc.cabal: Removed most upper-bounds on dependency versions.
fiddlosopher
1
-16
/
+7
2008-09-10
Use versioned dependencies in pandoc.cabal, following guidelines in
fiddlosopher
1
-4
/
+16
2008-09-10
Version bump to 1.0.
fiddlosopher
1
-1
/
+1
2008-09-09
pandoc.cabal: removed COPYING from Extra-Source-Files;
fiddlosopher
1
-1
/
+1
2008-09-08
Use Data.List's 'intercalate' instead of custom 'joinWithSep'.
fiddlosopher
1
-9
/
+3
2008-09-04
Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
fiddlosopher
1
-16
/
+4
2008-08-27
Removed PDF writer from core pandoc, restored markdown2pdf.
fiddlosopher
1
-2
/
+1
2008-08-14
Simplified and improved UTF8 handling:
fiddlosopher
1
-14
/
+5
2008-08-13
Support for display math; changed ASCIIMathML -> LaTeXMathML:
fiddlosopher
1
-4
/
+4
2008-08-12
Don't expose Text.Pandoc.Biblio module unless citeproc option is selected.
fiddlosopher
1
-1
/
+1
2008-08-11
Added new markdown reader tests to list of extra source files in pandoc.cabal.
fiddlosopher
1
-1
/
+3
2008-08-10
Removed markdown2pdf and all references to it.
fiddlosopher
1
-4
/
+4
2008-08-10
Added Text.Pandoc.PDF module, 'pdf' as new output option.
fiddlosopher
1
-0
/
+1
2008-08-09
Moved more of the build process from Makefile to Setup.hs:
fiddlosopher
1
-4
/
+72
2008-08-09
Rewrote test suite so it doesn't depend on perl or unix tools.
fiddlosopher
1
-1
/
+1
2008-08-08
Added Text.Pandoc.UTF8 as a backup for when utf8-string is not present.
fiddlosopher
1
-6
/
+11
2008-08-05
Mention ODT writer in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-08-04
Added support for Cite to Markdown reader, and conditional support for citepr...
fiddlosopher
1
-1
/
+12
2008-08-03
Improved configuration options and CPP macros.
fiddlosopher
1
-4
/
+7
2008-08-03
Added 'utf8' configuration flag to pandoc.cabal.
fiddlosopher
1
-1
/
+9
2008-08-02
Improved template handling:
fiddlosopher
1
-0
/
+1
[next]