Releases: haskell/ghcup-hs
Releases · haskell/ghcup-hs
Release v0.1.17.4
Changes
- add
--metadata-caching
option, allowing to also disable yaml metadata caching wrt #278 - make upgrading ghcup in TUI more pleasant wrt #276
- fix parsing of atypical GHC versions (e.g.
8.10.5-patch1
) - fix compiling HLS dynamically linked, also see #245
- redo (and break) some of the
ghcup compile <tool>
interface, improving patch options and setting custom cabal.project files - avoid redundant update warnings wrt #283
Release v0.1.16
0.1.16 -- 2021-07-28
- Add 'nuke' subcommand wrt #135, implemented by Arjun Kathuria
- Add uninstallation powershell script on windows wrt #150
- Improve logging
- Fix building GHC cross compiler wrt #180
- Allow to use hadrian as build system (for git based versions only) wrt #35
- Allow passing
--flavor
toghcup compile ghc
- Support new GHC
bin/
directory format wrt ghc/ghc#20074 - Implement
whereis
subcommand wrt #173 - Add
--offline
switch andprefetch
subcommand wrt #186 - Implement ETAGs hashing for metadata downloads to speed up
ghcup list
wrt #193 - Avoid unnecessary fetching of ghcup metadata in some commands
- Avoid unnecessary update checks for some commands
- Preserve mtimes on unpacked GHC tarballs on windows wrt #187, fixing issues with
ghc-pkg
- Fix lesser bug in
ghcup list
for stray stack versions wrt #183 - Major redo on how file removal on windows works, avoiding partial removals etc, wrt #165
- Improve ghcup tui for screen readers wrt github/#4, thanks to Mario Lang
Release v0.1.15.2-70-g7de552e-18-gead2b76-5-g01715fd-32-g94bd01a-19-gd3e3ebd-1-g4512468-1-ge4e52eb-2-g8500390
Changes in this Release
- First Change
- Second Change
Release v0.1.15.2-70-g7de552e-18-gead2b76-5-g01715fd-32-g94bd01a-6-gd95bdfa
Changes in this Release
- First Change
- Second Change
Release v0.1.15.2-70-g7de552e-18-gead2b76-5-g01715fd
Changes in this Release
- First Change
- Second Change
v0.1.8
Bugfix release 0.1.1
Fixing fdopendir issues on mac.
First release of 0.1.0
Rewrite of ghcup in haskell.
0.1.0 Pre-release
Allow to build with curl (cli) instead of http-io-streams This allows to avoid linking against OpenSSL on mac.