summaryrefslogtreecommitdiffhomepage
path: root/src/Xmobar/App/Compile.hs
AgeCommit message (Collapse)Author
2021-03-18Fix typo `DRTSOPTS` -> `RTSOPTS`Claudio Bley
The cpp option `-DRTSOPTS` results in `RTSOPTS` being defined.
2019-09-06Write error log to data dir, not conf dirChuck
Write xmobar.errors to XMOBAR_DATA_DIR, not XMOBAR_CONFIG_DIR. This allows XMOBAR_CONFIG_DIR to be read-only. This brings xmobar into alignment with how xmonad manages its analogous directories (before this change, a read-only DATA dir worked with xmonad but not with xmobar).
2018-12-08Compiling only .[l]hs[c] filesjao
Should take care of issue #371
2018-12-01Propagating RTS compilation flags to recompilejao
2018-11-30Self-compilation a la xmonadjao
2018-11-26Lintingjao
2018-11-26Compilation functions lifted from xmonadjao