aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/app/SetEnv.hs (follow)
Commit message (Collapse)AuthorAge
* refactoringEgor Tensin2017-06-12
|
* setenv: crap, another bugEgor Tensin2017-06-12
| | | | | | | | I don't know what's happening. The latest string of commits is basically broken at every point. I'll tag as soon as I decide it's safe to use, which probably will become the default mode of development (instead of _every_ commit representing a working version).
* setenv: detect expandable valuesEgor Tensin2017-06-12
|
* WindowsEnv: {VarName,VarValue} -> {Name,Value}Egor Tensin2017-06-11
| | | | | Also, fix compiler warnings (I've got too used to building with `--ghc-options -w`).
* refactoringEgor Tensin2017-06-11
|
* refactoringEgor Tensin2017-06-11
| | | | | | | | | | The fact whether the registry value was a regular or an expandable string is now propagated up to the `Environment` module (and even further to the apps). This was done to get rid of these weird `setString*` functions (and the like). I don't feel like I've came up with the right abstractions yet though, so there's more work on this to come.
* rename directoriesEgor Tensin2017-03-26