index
:
pandoc
master
Conversion between markup formats
Igor Pashev
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Setup.hs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-08-13
Setup.hs: ensure make-man-pages not installed in bindir.
John MacFarlane
1
-1
/
+11
2014-08-13
Simplified Setup.hs.
John MacFarlane
1
-51
/
+3
2014-08-13
Removed special testHook from Setup.
John MacFarlane
1
-4
/
+0
2014-05-17
no need to hide 'catch'
Michael Thompson
1
-1
/
+0
2014-05-09
Update copyright notices for 2014, add missing notices
Albert Krewinkel
1
-0
/
+17
2013-10-20
Pass the buildDir as first argument to test suite.
John MacFarlane
1
-2
/
+8
2013-10-08
Revert "Setup.hs: Better way of handling man page building."
John MacFarlane
1
-9
/
+8
2013-10-06
Setup.hs: Better way of handling man page building.
John MacFarlane
1
-8
/
+9
2013-01-23
Use hsb2hs preprocessor instead of TH for embed_data_files.
John MacFarlane
1
-1
/
+17
2012-11-07
Use LBI buildDir instead of hardcoded "dist" </> "build".
Clint Adams
1
-2
/
+2
2012-10-15
Moved man page creation out of Setup.hs.
John MacFarlane
1
-56
/
+14
2012-10-15
Removed unneeded function from Setup.hs.
John MacFarlane
1
-6
/
+0
2012-10-15
Whitespace
John MacFarlane
1
-2
/
+2
2012-09-21
Setup: getModificationTime returns UTCTime as of GHC 7.6
Ben Gamari
1
-0
/
+7
2012-07-26
Integrated test suite with cabal.
John MacFarlane
1
-14
/
+1
2012-07-24
Use catch from Control.Exception to avoid warnings.
John MacFarlane
1
-1
/
+2
2012-03-09
Fixed permissions on installed man pages.
John MacFarlane
1
-2
/
+2
2012-01-20
Removed markdown2pdf and documentation.
John MacFarlane
1
-19
/
+4
2011-12-19
Setup: Making man pages now works with cabal-dev.
John MacFarlane
1
-8
/
+24
2011-02-04
Setup.hs: Added a 5 second timeout for test cases.
John MacFarlane
1
-1
/
+1
2011-01-31
Setup.hs: Don't call MakeManPage.hs unless the man pages need making.
John MacFarlane
1
-1
/
+10
2011-01-28
Refactored man pages.
John MacFarlane
1
-39
/
+14
2011-01-16
Setup.hs: Only make pandoc.1 if README modified, be more verbose.
John MacFarlane
1
-3
/
+14
2011-01-12
Merge branch 'master' into tests
John MacFarlane
1
-3
/
+3
2011-01-12
Improvements to test suite.
John MacFarlane
1
-8
/
+3
2011-01-11
Setup.hs: -Wall clean.
John MacFarlane
1
-3
/
+3
2011-01-10
Changed test-pandoc to use test-framework and HUnit.
Nathan Gass
1
-1
/
+1
2010-12-15
Added 'tests' Cabal flag.
John MacFarlane
1
-9
/
+16
2010-12-07
Improved process to create man page from README.
John MacFarlane
1
-3
/
+5
2010-03-22
Setup.hs: Don't assume that the build directory is "dist."
John MacFarlane
1
-9
/
+10
2010-02-06
Removed html2markdown and hsmarkdown.
fiddlosopher
1
-2
/
+2
2010-01-17
Setup: Made man page building sensitive to build verbosity.
fiddlosopher
1
-5
/
+6
2010-01-17
Setup.hs : -Wall and hlint cleanup.
fiddlosopher
1
-10
/
+13
2010-01-14
Setup.hs: improved detection of highlighting support in test hook.
fiddlosopher
1
-6
/
+4
2010-01-12
Setup.hs: Install wrapper scripts into cabal bin directory.
fiddlosopher
1
-13
/
+23
2010-01-12
Setup.hs: install manpages to mandir.
fiddlosopher
1
-4
/
+33
2009-12-31
Changed Setup.hs so it can build man pages again.
fiddlosopher
1
-1
/
+2
2009-07-03
Fixed lhs test cases.
fiddlosopher
1
-1
/
+1
2009-02-27
Setup.hs: replace readProcess with something more portable.
fiddlosopher
1
-4
/
+7
2009-02-26
Made Setup.hs compatible with Cabal < 1.6.
fiddlosopher
1
-6
/
+5
2009-02-14
Check to see if highlighting supported and run lhs tests if it is.
fiddlosopher
1
-2
/
+7
2008-10-27
Fixed Setup.hs so correct status is returned after build.
fiddlosopher
1
-13
/
+13
2008-09-22
Have "runhaskell Setup test" return an error status if tests fail.
fiddlosopher
1
-2
/
+1
2008-09-04
Reworked Text.Pandoc.ODT to use zip-archive instead of calling external 'zip'.
fiddlosopher
1
-29
/
+0
2008-08-27
Removed PDF writer from core pandoc, restored markdown2pdf.
fiddlosopher
1
-1
/
+1
2008-08-14
Simplified and improved UTF8 handling:
fiddlosopher
1
-1
/
+1
2008-08-10
Use -S option when building man pages in Setup.hs.
fiddlosopher
1
-1
/
+1
2008-08-10
Removed markdown2pdf and all references to it.
fiddlosopher
1
-1
/
+1
2008-08-09
Moved more of the build process from Makefile to Setup.hs:
fiddlosopher
1
-18
/
+58
2008-08-09
Added preconfigure hook to build reference.odt if missing.
fiddlosopher
1
-6
/
+41
[next]