Commit message (Collapse) | Author | ||
---|---|---|---|
2019-08-21 | bump resolver | Egor Tensin | |
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). | |||
2017-06-17 | bump versionv0.2.1.0 | Egor Tensin | |
2017-06-17 | Win32's lower bound was always wrong | Egor Tensin | |
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. | |||
2017-06-13 | bump versionv0.2.0.0 | Egor Tensin | |
2017-06-13 | addpath: detect expandable paths | Egor Tensin | |
2017-06-11 | refactoring | Egor Tensin | |
2017-06-11 | windows-env.cabal: fix formatting | Egor Tensin | |
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 | add README to the package | Egor Tensin | |
2017-01-25 | update package description | Egor Tensin | |
2017-01-25 | strip extra whitespace | 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 | explicitly require Win32 >= 2.4 | Egor Tensin | |
2016-12-25 | rename source files | Egor Tensin | |
2016-12-25 | paths: add "current"/"all users" options | Egor Tensin | |
2016-12-13 | bugfix (withPrompt no longer swallows IOError) | Egor Tensin | |
2016-12-12 | use monad transformers | Egor Tensin | |
2016-11-10 | safer registry access routines | Egor Tensin | |
+ use patched Win32. | |||
2016-10-19 | rename binaries | Egor Tensin | |
2016-10-09 | update project description | Egor Tensin | |
2016-08-21 | remove fix_nt_symbol_path.exe | Egor Tensin | |
It became a bit too ad-hoc for this project anyway. | |||
2016-07-18 | fix compiler warnings + refactoring | Egor Tensin | |
2016-07-18 | refactoring | Egor Tensin | |
2016-07-18 | put modules to 'Windows' | Egor Tensin | |
2016-07-18 | refactoring | Egor Tensin | |
2016-07-17 | update project description | Egor Tensin | |
2016-07-17 | add command line options to skip prompts | Egor Tensin | |
2016-07-17 | rename the project (+ get rid of leftover dirs) | Egor Tensin | |
2016-07-12 | optparse-applicative instead of GetOpt | Egor Tensin | |
2016-07-11 | rename modules + fix compiler warnings | Egor Tensin | |
2016-07-11 | become a proper stack project | Egor Tensin | |