Commit message (Collapse) | Author | ||
---|---|---|---|
2017-06-11 | WindowsEnv: {VarName,VarValue} -> {Name,Value} | Egor Tensin | |
Also, fix compiler warnings (I've got too used to building with `--ghc-options -w`). | |||
2017-06-11 | refactoring | Egor Tensin | |
2017-06-11 | refactoring | Egor 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-03-26 | rename directories | Egor Tensin | |
2017-03-26 | put utility modules to bin/Utils/ | Egor Tensin | |
2017-03-25 | rename directories | Egor Tensin | |
2017-01-25 | Haddock update | Egor Tensin | |
2017-01-25 | add a dummy module for re-exports | Egor Tensin | |
2017-01-25 | rename namespace 'Windows' to 'WindowsEnv' | Egor Tensin | |
2017-01-25 | add Portability to module descriptions | Egor Tensin | |
2016-12-13 | setenv: prompt message update | Egor Tensin | |
It also now uncoditionally overrides variables (i.e. even when the corresponding registy values are not strings). | |||
2016-11-10 | safer registry access routines | Egor Tensin | |
+ use patched Win32. | |||
2016-08-20 | fix license text + add Haddock headers | Egor Tensin | |
2016-07-19 | refactoring | Egor Tensin | |
2016-07-18 | fix compiler warnings + refactoring | Egor Tensin | |