Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2016-10-17 | Move from test-framework to tasty | Jasper Van der Jeugt | 21 | -89/+85 | |
2016-10-17 | Merge pull request #464 from yogsototh/fix-feed-with-cdata | Jasper Van der Jeugt | 1 | -1/+7 | |
Fix feed generator when item contains CDATA | |||||
2016-10-16 | Merge pull request #463 from NicoleRauch/master | Jasper Van der Jeugt | 4 | -9/+97 | |
Bugfix: CompressCss modified CSS string constants which it should not do | |||||
2016-09-07 | Merge pull request #472 from jakzale/master | Jasper Van der Jeugt | 1 | -3/+9 | |
Update git fetch and fix rsync for stack | |||||
2016-09-06 | Update git fetch and fix rsync for stack | Jakub Z | 1 | -3/+9 | |
2016-08-31 | Merge pull request #470 from dikmax/patch-1 | Jasper Van der Jeugt | 1 | -2/+0 | |
Remove https://dikmax.name/ from examples. | |||||
2016-08-31 | Remove https://dikmax.name/ from examples. | Maxim Dikun | 1 | -2/+0 | |
I don't use Hakyll anymore. | |||||
2016-08-31 | Merge pull request #469 from juhp/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
prettyPrintParseException was introduced in yaml-0.8.11 | |||||
2016-08-31 | prettyPrintParseException was introduced in yaml-0.8.11 | Jens Petersen | 1 | -1/+1 | |
hakyll does not build with earlier versions of yaml that didn't provide `prettyPrintParseException`. | |||||
2016-08-23 | Add johnduhamel to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-08-18 | Fix feed generator when item contains CDATA | Yann Esposito (Yogsototh) | 1 | -1/+7 | |
2016-08-16 | Add nicolerauch.de to examples | Jasper Van der Jeugt | 1 | -0/+2 | |
2016-08-15 | Also trim whitespace around colons. | Nicole Rauch | 2 | -2/+4 | |
2016-08-14 | Removed two compiler warnings (unnecessary imports). | Nicole Rauch | 1 | -2/+0 | |
2016-08-14 | Unified the constant cases in all three functions. | Nicole Rauch | 1 | -8/+8 | |
2016-08-14 | Extracted a helper method because it was defined locally twice. | Nicole Rauch | 1 | -8/+11 | |
2016-08-14 | Do not strip comments that are inside constants. | Nicole Rauch | 2 | -1/+6 | |
2016-08-14 | Compressed the code by grouping the guards together. | Nicole Rauch | 1 | -9/+6 | |
2016-08-14 | We must avoid the compression of whitespace in constants by handling it in ↵ | Nicole Rauch | 2 | -2/+15 | |
the same way. | |||||
2016-08-14 | Improved the compaction a bit more. | Nicole Rauch | 2 | -2/+3 | |
2016-08-14 | Compacted the code by unifying all the similar prefix options. | Nicole Rauch | 1 | -9/+6 | |
2016-08-14 | Compacted the tests and made them more readable. | Nicole Rauch | 1 | -22/+11 | |
2016-08-14 | We need to constantly check whether we are at the start of a constant, not ↵ | Nicole Rauch | 2 | -9/+17 | |
just once. | |||||
2016-08-14 | Adding tests that make sure that whitespace at the start or end of constants ↵ | Nicole Rauch | 1 | -0/+5 | |
does not get eaten. | |||||
2016-08-14 | Adding tests that make sure that the constant terminators don't get mixed up. | Nicole Rauch | 1 | -0/+5 | |
2016-08-14 | Whitespace in certain kinds of string constants is no longer eliminated. | Nicole Rauch | 2 | -6/+25 | |
2016-08-14 | Added some unit tests for CompressCss | Nicole Rauch | 3 | -0/+46 | |
2016-08-04 | Fix partials and add a test | Jasper Van der Jeugt | 5 | -2/+28 | |
Fixes #460 | |||||
2016-08-03 | Reorganise template module hierarchy | Jasper Van der Jeugt | 5 | -430/+451 | |
2016-07-31 | Enable listings and indices in the preview server | Jasper Van der Jeugt | 1 | -5/+6 | |
Fixes #457 | |||||
2016-07-31 | Merge pull request #453 from sk3r/cmd_parser_replacement | Jasper Van der Jeugt | 2 | -74/+56 | |
cmdArgs to Options.Applicative | |||||
2016-07-31 | Merge pull request #454 from samgd/whitespace-control | Jasper Van der Jeugt | 9 | -114/+431 | |
Whitespace trimming | |||||
2016-07-25 | s/that/that the/ | samgd | 1 | -1/+1 | |
2016-07-25 | Fix merge conflicts | samgd | 5 | -21/+48 | |
2016-07-25 | Trim instructions. TrimRd chunk might need TrimL. Trim tests. | samgd | 5 | -12/+104 | |
2016-07-24 | Fix module layout | samgd | 4 | -252/+139 | |
2016-07-24 | cmdArgs to Options.Applicative | sk3r | 2 | -74/+56 | |
changed shell options parser from cmdAgrs to Options.Applicative | |||||
2016-07-24 | Working trimming but module loop and formatting req. | samgd | 5 | -133/+261 | |
2016-07-23 | Merge pull request #451 from lortabac/master | Jasper Van der Jeugt | 3 | -5/+19 | |
Include file name in error messages | |||||
2016-07-23 | Merge pull request #449 from thkoch2001/patch-1 | Jasper Van der Jeugt | 1 | -1/+1 | |
s/--local-bin-path/--local-bin/ | |||||
2016-07-23 | Merge pull request #450 from thkoch2001/patch-2 | Jasper Van der Jeugt | 1 | -1/+1 | |
stack init is not really optional | |||||
2016-07-23 | Canonicalize file + initial if/for planning | samgd | 2 | -0/+87 | |
2016-07-23 | Expr trimming. '-' binds to '$'. | samgd | 3 | -7/+24 | |
2016-07-23 | Add tutorial on live reload | Jasper Van der Jeugt | 1 | -0/+6 | |
2016-07-23 | Partial trimming | samgd | 2 | -5/+18 | |
2016-07-23 | For trimming | samgd | 2 | -9/+31 | |
2016-07-23 | Include file name in error messages | Lorenzo | 3 | -5/+19 | |
2016-07-23 | If Trim parsing | samgd | 2 | -16/+69 | |
2016-07-23 | stack init is not really optional | Thomas Koch | 1 | -1/+1 | |
stack build complains if there is no stack.yaml so the previous comment is misleading for people who don't know what stack init does. | |||||
2016-07-23 | Change note for stack init | Jasper Van der Jeugt | 1 | -1/+1 | |