summaryrefslogtreecommitdiffhomepage
path: root/src/Plugins/Utils.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.
2012-08-10Move safeHead to Plugins.UtilsJochen Keil
safeHead is a very general utility function with suits better into a common Util module.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz