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-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
2008-08-01
Fixes to make haddock work with template haskell:
fiddlosopher
1
-0
/
+1
2008-08-01
Removed FlexibleInstances Extension line from pandoc.cabal; it isn't needed
fiddlosopher
1
-2
/
+0
2008-08-01
Removed 'CPP' from Extension in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-08-01
Don't use OverloadedStrings in ODT writer.
fiddlosopher
1
-2
/
+1
2008-08-01
Depend on bytestring-0.9.0.1 and provide a ByteString instance for IsString m...
fiddlosopher
1
-1
/
+3
2008-08-01
Simplified build process using template haskell.
fiddlosopher
1
-23
/
+18
2008-08-01
Use template haskell to store reference.odt as blob in pandoc.
fiddlosopher
1
-3
/
+3
2008-08-01
Added code for xml library (Text.XML.Light) to source tree,
fiddlosopher
1
-4
/
+9
2008-07-31
Compatibility fixes for CPP, Cabal, and haddock:
fiddlosopher
1
-0
/
+1
2008-07-31
Removed superfluous binary and bytestring dependencies in pandoc.cabal.
fiddlosopher
1
-1
/
+1
2008-07-31
Use utf8-string's System.IO.UTF8 to replace Text.Pandoc.UTF8.
fiddlosopher
1
-2
/
+1
2008-07-31
Added 'library' and 'executable' configuration flags.
fiddlosopher
1
-0
/
+16
2008-07-31
Added 'odt' output option to pandoc:
fiddlosopher
1
-6
/
+9
2008-07-31
Fixed typo in pandoc.cabal.
fiddlosopher
1
-1
/
+1
[next]