aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/WindowsEnv/Environment.hs (unfollow)
Commit message (Collapse)Author
2017-06-17use windows_cconv.h from Win32Egor Tensin
2017-06-13refactoringEgor Tensin
2017-06-13fix HLint warningsEgor Tensin
2017-06-13addpath: detect expandable pathsEgor Tensin
2017-06-11WindowsEnv: {VarName,VarValue} -> {Name,Value}Egor Tensin
Also, fix compiler warnings (I've got too used to building with `--ghc-options -w`).
2017-06-11delenv: ignore missing variablesEgor Tensin
2017-06-11refactoringEgor Tensin
2017-06-11refactoringEgor Tensin
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.
2017-06-10refactoringEgor Tensin
2017-06-10paths: don't expand registry valuesEgor Tensin
2017-03-26rename directoriesEgor Tensin
2017-03-25rename directoriesEgor Tensin
2017-01-25rename namespace 'Windows' to 'WindowsEnv'Egor Tensin
2017-01-25add Portability to module descriptionsEgor Tensin
2016-12-13setenv: prompt message updateEgor Tensin
It also now uncoditionally overrides variables (i.e. even when the corresponding registy values are not strings).
2016-12-13bugfix (withPrompt no longer swallows IOError)Egor Tensin
2016-12-12use monad transformersEgor Tensin
2016-12-12preserve types of registry valuesEgor Tensin
2016-11-10safer registry access routinesEgor Tensin
+ use patched Win32.
2016-08-20fix license text + add Haddock headersEgor Tensin
2016-07-19refactoringEgor Tensin
2016-07-18put modules to 'Windows'Egor Tensin
2016-07-18refactoringEgor Tensin
2016-07-17refactoringEgor Tensin
2016-07-13bugfixEgor Tensin
Use SendNotifyMessage instead of SendMessage for environment update notifications, since the former is supposedly non-blocking unlike the latter.
2016-07-13bugfix + refactoringEgor Tensin
2016-07-12refactoringEgor Tensin
2016-07-12bugfix & refactoringEgor Tensin
2016-07-12code styleEgor Tensin
2016-07-11rename modules + fix compiler warningsEgor Tensin
2016-07-11become a proper stack projectEgor Tensin