Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-06-10 | Support dd.mm.yyyy date format | Igor Pashev | 1 | -0/+3 | |
2020-03-07 | Add MonadFail imports | Nikolay Yakimov | 2 | -0/+2 | |
This fixes v4.13.1.0 on GHC 8.6. | |||||
2020-02-26 | Fix timezone parsing with time-1.9 | Jasper Van der Jeugt | 1 | -0/+3 | |
2020-02-26 | Support GHC-8.8 | Veronika Romashkina | 2 | -5/+5 | |
Add MonadFail instances and constraints. | |||||
2019-10-10 | Fix a typo, t missing from the. | Phil de Joux | 1 | -1/+1 | |
2019-08-30 | Improve error messages | Jasper Van der Jeugt | 3 | -88/+209 | |
2019-05-25 | Add option to specify date in directory structure | Taeer Bar-Yam | 1 | -2/+9 | |
2018-10-02 | Drop extension when parsing dates in filepaths | Gabriel Aumala | 1 | -2/+2 | |
Drop the file extension when parsing the date from the filepath of a resource. | |||||
2018-03-18 | Fix typo in modificationTimeField docstring | Iustin Pop | 1 | -1/+1 | |
2018-03-13 | Add Semigroup instances for existing Monoids | Christian Barcenas | 1 | -0/+12 | |
Ensures forwards compatibility with future Haskell/GHC releases as the Semigroup/Monoid Proposal is gradually implemented. Closes #525 and #536. | |||||
2018-01-07 | Embed feed templates rather than using data-files | Roman Kuznetsov | 1 | -1/+0 | |
2017-06-19 | Move src/ to lib/, put Init.hs in src/ | Jasper Van der Jeugt | 5 | -0/+1066 | |