aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/windows-env.cabal (unfollow)
Commit message (Collapse)Author
2019-08-21bump resolverEgor 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-17bump versionv0.2.1.0Egor Tensin
2017-06-17Win32's lower bound was always wrongEgor 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-13bump versionv0.2.0.0Egor Tensin
2017-06-13addpath: detect expandable pathsEgor Tensin
2017-06-11refactoringEgor Tensin
2017-06-11windows-env.cabal: fix formattingEgor Tensin
2017-03-26rename directoriesEgor Tensin
2017-03-26put utility modules to bin/Utils/Egor Tensin
2017-03-25rename directoriesEgor Tensin
2017-01-25add README to the packageEgor Tensin
2017-01-25update package descriptionEgor Tensin
2017-01-25strip extra whitespaceEgor Tensin
2017-01-25add a dummy module for re-exportsEgor Tensin
2017-01-25rename namespace 'Windows' to 'WindowsEnv'Egor Tensin
2017-01-25explicitly require Win32 >= 2.4Egor Tensin
2016-12-25rename source filesEgor Tensin
2016-12-25paths: add "current"/"all users" optionsEgor Tensin
2016-12-13bugfix (withPrompt no longer swallows IOError)Egor Tensin
2016-12-12use monad transformersEgor Tensin
2016-11-10safer registry access routinesEgor Tensin
+ use patched Win32.
2016-10-19rename binariesEgor Tensin
2016-10-09update project descriptionEgor Tensin
2016-08-21remove fix_nt_symbol_path.exeEgor Tensin
It became a bit too ad-hoc for this project anyway.
2016-07-18fix compiler warnings + refactoringEgor Tensin
2016-07-18refactoringEgor Tensin
2016-07-18put modules to 'Windows'Egor Tensin
2016-07-18refactoringEgor Tensin
2016-07-17update project descriptionEgor Tensin
2016-07-17add command line options to skip promptsEgor Tensin
2016-07-17rename the project (+ get rid of leftover dirs)Egor Tensin
2016-07-12optparse-applicative instead of GetOptEgor Tensin
2016-07-11rename modules + fix compiler warningsEgor Tensin
2016-07-11become a proper stack projectEgor Tensin