summaryrefslogtreecommitdiffhomepage
path: root/src/Runnable.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-29Compilation warnings (redundant imports) in GHC 8.0jao
2012-08-09Extend the interface so that plugins can send signalsJochen Keil
Also: realign methods to look pretty again.
2010-12-21Haskell sources moved to src/ to unclutter toplevelJose Antonio Ortega Ruiz