aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal (follow)
Commit message (Collapse)AuthorAge
* bump resolverEgor Tensin2019-08-21
| | | | | | | | It includes the required Win32 version, so there's no need to mess with extra-deps. Also, it uses a newer Cabal version, which seems to require the Paths_ module to be listed in other-modules (and adds the autogen-modules field).
* bump versionv0.2.1.0Egor Tensin2017-06-17
|
* Win32's lower bound was always wrongEgor Tensin2017-06-17
| | | | | | | | I don't know why, the `failWith` fix was only released in Win32-2.5.0.0. Maybe it had to be >= 2.4.0.0 because previously Win32 was fetched from GitHub as a tarball of the commit with the fix, before the package version was actually bumped to 2.5.0.0.
* bump versionv0.2.0.0Egor Tensin2017-06-13
|
* addpath: detect expandable pathsEgor Tensin2017-06-13
|
* refactoringEgor Tensin2017-06-11
|
* windows-env.cabal: fix formattingEgor Tensin2017-06-11
|
* 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
|
* 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
|
* explicitly require Win32 >= 2.4Egor Tensin2017-01-25
|
* rename source filesEgor Tensin2016-12-25
|
* paths: add "current"/"all users" optionsEgor Tensin2016-12-25
|
* bugfix (withPrompt no longer swallows IOError)Egor Tensin2016-12-13
|
* use monad transformersEgor Tensin2016-12-12
|
* safer registry access routinesEgor Tensin2016-11-10
| | | | + use patched Win32.
* rename binariesEgor Tensin2016-10-19
|
* update project descriptionEgor Tensin2016-10-09
|
* remove fix_nt_symbol_path.exeEgor Tensin2016-08-21
| | | | It became a bit too ad-hoc for this project anyway.
* fix compiler warnings + refactoringEgor Tensin2016-07-18
|
* refactoringEgor Tensin2016-07-18
|
* put modules to 'Windows'Egor Tensin2016-07-18
|
* refactoringEgor Tensin2016-07-18
|
* update project descriptionEgor Tensin2016-07-17
|
* add command line options to skip promptsEgor Tensin2016-07-17
|
* rename the project (+ get rid of leftover dirs)Egor Tensin2016-07-17