aboutsummaryrefslogtreecommitdiffstatshomepage
Commit message (Collapse)AuthorAge
* addpath: fix a sleep-deprived bugEgor Tensin2017-06-12
| | | | | | | | | | | | | | Yeah, so last night I added a Show instance to WindowsEnv.Value (ex-WindowsEnv.VarValue), which would simply call valueString (ex-varValueString). Then I replaced every valueString/varValueString with show. Then I decided that this Show instance was a mistake, and derived an instance instead. It obviously messed up all the show VarValue/Value calls. The lesson to learn is you should remove an instance first, fix all the call sites, and only then derive it. The disgusting part is that a few of the last commits are actually broken, which I hate.
* delpath: don't do anything if variable is missingEgor Tensin2017-06-12
|
* 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`).
* delenv: ignore missing variablesEgor Tensin2017-06-11
|
* refactoringEgor Tensin2017-06-11
|
* windows-env.cabal: fix formattingEgor 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.
* code styleEgor Tensin2017-06-10
|
* refactoringEgor Tensin2017-06-10
|
* refactoringEgor Tensin2017-06-10
|
* delpath: remove all directory path occurrencesEgor Tensin2017-06-10
|
* addpath: refactoringEgor Tensin2017-06-10
|
* addpath: add --prepend optionEgor Tensin2017-06-10
|
* refactoringEgor Tensin2017-06-10
|
* paths: don't expand registry valuesEgor Tensin2017-06-10
|
* add comments to `foreign` importsv0.1.0.0Egor Tensin2017-05-26
|
* fix x86 buildsEgor Tensin2017-05-26
|
* rename directoriesEgor Tensin2017-03-26
|
* put utility modules to bin/Utils/Egor Tensin2017-03-26
|
* rename directoriesEgor Tensin2017-03-25
|
* add README to the packageEgor Tensin2017-01-25
|
* update package descriptionEgor Tensin2017-01-25
|
* Haddock updateEgor Tensin2017-01-25
|
* strip extra whitespaceEgor Tensin2017-01-25
|
* add a dummy module for re-exportsEgor Tensin2017-01-25
|
* rename namespace 'Windows' to 'WindowsEnv'Egor Tensin2017-01-25
|
* add Portability to module descriptionsEgor Tensin2017-01-25
|
* explicitly require Win32 >= 2.4Egor Tensin2017-01-25
|
* refactoringEgor Tensin2017-01-17
|
* code styleEgor Tensin2017-01-16
|
* rename source filesEgor Tensin2016-12-25
|
* paths: add "current"/"all users" optionsEgor Tensin2016-12-25
|
* normalize line endingsEgor Tensin2016-12-24
|
* bugfixEgor Tensin2016-12-13
|
* bugfixEgor Tensin2016-12-13
|
* bugfixEgor Tensin2016-12-13
|
* stack.yaml updateEgor Tensin2016-12-13
|
* README updateEgor Tensin2016-12-13
|
* setenv: prompt message updateEgor Tensin2016-12-13
| | | | | It also now uncoditionally overrides variables (i.e. even when the corresponding registy values are not strings).
* bugfix (withPrompt no longer swallows IOError)Egor Tensin2016-12-13
|
* use monad transformersEgor Tensin2016-12-12
|
* fix export listsEgor Tensin2016-12-12
|
* preserve types of registry valuesEgor Tensin2016-12-12
|
* refactoringEgor Tensin2016-12-12
|
* refactoringEgor Tensin2016-12-11
|
* pay attention to '\0's at the endEgor Tensin2016-12-11
|
* fix HLint warningsEgor Tensin2016-12-11
|
* safer registry access routinesEgor Tensin2016-11-10
| | | | + use patched Win32.
* README updateEgor Tensin2016-10-19
|