hakyll/src/Hakyll
Andres Loeh 21585c18f3 hakyll check: return exit code of 0 on success
The old test returns an exit code of 1 whenever the number of
errors is >= 0, which should always be the case. The fix replaces
this with a test whether the number of errors is strictly > 0.
2014-02-11 11:07:43 +01:00
..
Core Merge pull request #190 from krsch/master 2014-01-23 01:29:01 -08:00
Preview finish incomplete comment 2013-05-22 17:28:32 -07:00
Web Don't cache pandocCompilerWithTransform, refactor 2014-01-28 11:04:28 +01:00
Check.hs hakyll check: return exit code of 0 on success 2014-02-11 11:07:43 +01:00
Commands.hs * Preview now shows the deprecation message and calls watch. 2013-08-28 13:11:44 -04:00
Init.hs Account for absolute paths in shouldIgnoreFile 2013-04-03 12:02:06 +02:00
Main.hs add preview port Configuration field 2013-08-29 22:43:57 -07:00