Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | support time-1.5.0 | Joey Hess | 2015-05-10 |
| | | | | | | | This no longer uses old-locale's defaultTimeLocale, but provides one of its own. Factored out a Logs.TimeStamp. | ||
* | update my email address and homepage url | Joey Hess | 2015-01-21 |
| | |||
* | indent with tabs not spaces | Joey Hess | 2014-10-09 |
| | | | | | | | | | | | Found these with: git grep "^ " $(find -type f -name \*.hs) |grep -v ': where' Unfortunately there is some inline hamlet that cannot use tabs for indentation. Also, Assistant/WebApp/Bootstrap3.hs is a copy of a module and so I'm leaving it as-is. | ||
* | factored out a generic MapLog from uuid-based logs | Joey Hess | 2014-03-15 |
UUIDBased is just a MapLog with a UUID for the field. |