Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2014-04-07 | Fix compilation when disabling preview server | Jasper Van der Jeugt | 1 | -1/+1 | |
2014-04-06 | Strictify http-conduit dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2014-04-04 | Relax upper limit on http-conduit | Anders Persson | 1 | -2/+2 | |
Fixes #237. | |||||
2014-04-01 | Version bump (4.5.0.1) | Jasper Van der Jeugt | 1 | -1/+1 | |
2014-03-26 | Bump version, update changelog | Jasper Van der Jeugt | 1 | -1/+1 | |
2014-03-26 | Bump various dependencies | Jasper Van der Jeugt | 1 | -7/+7 | |
2014-03-26 | Allow regex-tdfa-1.2 | Jasper Van der Jeugt | 1 | -2/+2 | |
Closes #232 | |||||
2014-03-26 | Revert "Track metadata dependencies" | Jasper Van der Jeugt | 1 | -1/+0 | |
This reverts commit 712ffa39b5857fdc5cdae1db38a177267a430b11. Conflicts: src/Hakyll/Core/Metadata.hs src/Hakyll/Core/Rules/Default.hs | |||||
2014-01-23 | Merge pull request #190 from krsch/master | Jasper Van der Jeugt | 1 | -0/+1 | |
Implemented per-directory metadata support | |||||
2014-01-21 | Bump tagsoup dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
Closes #188 | |||||
2014-01-19 | Add IsString instance for Template | Jasper Van der Jeugt | 1 | -1/+0 | |
Closes #150 | |||||
2014-01-19 | Bump text dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2014-01-03 | Version bump (4.4.3.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-12-05 | Version bump (4.4.2.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-12-05 | Bump various versions | Jasper Van der Jeugt | 1 | -8/+8 | |
2013-10-19 | Bump tagsoup | Jasper Van der Jeugt | 1 | -3/+3 | |
Closes #193 | |||||
2013-10-18 | Bump cryptohash dependency | Jasper Van der Jeugt | 1 | -3/+3 | |
2013-10-16 | Track metadata dependencies | Alexey Kreshchuk | 1 | -0/+1 | |
I had to prepend some Rules to global Rules set. This might be possible to replaced by a correct Store.set call. I also had to prepend some Compile rules. | |||||
2013-09-29 | Enable Pandoc highlighting by default | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-09-29 | Bump version (4.4.0.0), update changelog | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-09-18 | Restrict pandoc version a bit more | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-09-18 | updated to work with pandoc 1.12 | Jorge Israel Peña | 1 | -56/+56 | |
Pandoc 1.12 decouples citeproc-hs from itself, so there is no longer a Text.Pandoc.Biblio module in Pandoc. Further, citeproc-hs depends on pandoc-types 1.10 but Pandoc 1.12 depends on pandoc-types 1.12. To alleviate these issues, pandoc-citeproc was created which includes a copy of the citeproc-hs source made to be compatible, since the developer of citeproc-hs is apparently MIA. pandoc-citeproc is a separate module that handles the mixture of citeproc-hs and Pandoc. It includes `processCites` in Text.CSL.Pandoc, which is the new name of what used to be `processBiblio` from Text.Pandoc.Biblio Most of these changes are seamless, consisting of simple name changes in both functions and modules. However, a more direct change in the Hakyll API itself is that `readPandocBiblio`'s second parameter, the CSL, is now mandatory, i.e. not of type Maybe. This is to reflect the same change in the underlying processing function from Text.CSL.Pandoc, `processCites`, where the Style argument is now mandatory, and the style is derived from the CSL. See the old function: processBiblio :: Maybe Style -> [Reference] -> Pandoc -> Pandoc Compared to the new one: processCites :: Style -> [Reference] -> Pandoc -> Pandoc Sources: * http://hackage.haskell.org/packages/archive/pandoc/1.11.1/doc/html/Text-Pandoc-Biblio.html * http://hackage.haskell.org/packages/archive/pandoc-citeproc/0.1/doc/html/Text-CSL-Pandoc.html Similarly, there is no longer a `readerReferences` field in the reader options structure. | |||||
2013-09-17 | Merge pull request #181 from clinty/cryptohash0.10 | Jasper Van der Jeugt | 1 | -2/+2 | |
Build with cryptohash 0.10. | |||||
2013-09-16 | Build with cryptohash 0.10. | Clint Adams | 1 | -2/+2 | |
2013-09-16 | Work with QuickCheck 2.6 | Clint Adams | 1 | -1/+1 | |
2013-08-25 | 1. Added the WATCH_SERVER flag that is enabled by default | Eric Stolten | 1 | -0/+22 | |
1. Added an argument to watch, --no-server which will disable the embedded server. 1. Added a deprecation message to the preview mode | |||||
2013-08-10 | Add functionField again | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-08-05 | Add mapContext again | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-06-17 | Version bump (4.3.1.0) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-06-16 | Tighten network dependency | Jasper Van der Jeugt | 1 | -6/+6 | |
2013-06-16 | Make toUri sanitise all characters needed | Simonas Kazlauskas | 1 | -2/+4 | |
2013-06-05 | Update hakyll-init example to new template system | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-05-07 | Add partials to template system | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-05-06 | Paginate simplification | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-05-05 | Added pagination support. | Anton Dubovik | 1 | -0/+1 | |
2013-05-04 | Style changes, move stuff to common parser module | Jasper Van der Jeugt | 1 | -0/+1 | |
2013-04-08 | Bump cryptohash test dependency as well | Jasper Van der Jeugt | 1 | -1/+1 | |
See #132 | |||||
2013-04-08 | cryptohash dependency loosened | Alexander Vershilov | 1 | -1/+1 | |
2013-04-04 | Add event filtering based on pattern | Jasper Van der Jeugt | 1 | -5/+5 | |
2013-04-03 | Merge github.com:jaspervdj/hakyll into fsnotify | Simonas Kazlauskas | 1 | -2/+2 | |
2013-03-30 | Migrating from polling to notification: First shot | Simonas Kazlauskas | 1 | -3/+7 | |
Using system file notification APIs it is much more efficient than polling files every second. | |||||
2013-03-30 | We'll do it ourselves | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-03-30 | Bump bytestring dependency for NFData instance | Jasper Van der Jeugt | 1 | -2/+2 | |
2013-03-24 | Fix issue in Compiler Alternative instance | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-11 | Merge remote-tracking branch 'piyush-kurur/master' | Jasper Van der Jeugt | 1 | -0/+2 | |
Conflicts: hakyll.cabal | |||||
2013-03-10 | Version bump (4.2.1.2) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-10 | allow pandoc 1.11 | Adam Bergmark | 1 | -2/+2 | |
2013-03-09 | Add missing modules for tests | Jasper Van der Jeugt | 1 | -2/+4 | |
Patch by Sergei Trofimovich | |||||
2013-03-09 | Version bump (4.2.1.1) | Jasper Van der Jeugt | 1 | -1/+1 | |
2013-03-09 | Make http-conduit dependency optional | Jasper Van der Jeugt | 1 | -47/+70 | |