summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Date.hs
AgeCommit message (Collapse)Author
2018-11-21Split Modules into Library & Executable StructurePavan Rikhi
Move the Main module to a new `app` directory. All other modules have been nested under the `Xmobar` name. Lots of module headers & imports were updated.
2017-04-29hlint configurationjao
2015-04-02De-ambiguify defaultTimeLocale using CPPEdward Tjörnhammar
2015-03-09Revert "Fix for GHC 7.8.4 (issue #213)"jao
This reverts commit 1668793e69b7e7c78b7c5b4fd05a256c8ea9f0b1.
2015-03-08Fix for GHC 7.8.4 (issue #213)jao
2014-08-09hlint refactoringsReto Hablützel
2012-03-03Update Date plugin to use newer time packageJonathan Grochowski
The Date plugin used the old-time package to format times which does not honor all escape sequences and optional flags (e.g. the - (hyphen) that should not pad the field).
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz