summaryrefslogtreecommitdiffhomepage
path: root/src/Environment.hs
AgeCommit message (Collapse)Author
2017-04-29hlint configurationjao
2016-07-28Trivial compiler warning0.24.1jao
2016-07-28Fixing compatibility with GHC 7.6jao
2016-07-27Trivial fixes for compiler warningsjao
2016-07-27Add expandEnv function and use it in PipeReader family of monitorsWill Song
expandEnv takes a string and expands the environment variables it can find. variable substringing (e.g. ${VAR:1} to lop off the first character) is not supported, but $VAR and ${VAR} formats are, with the former being delimited by punctuation, but not underscores.