Skip to content

Commit 195fd00

Browse files
committed
Add CHANGELOG for 0.1.19.0
1 parent 733d014 commit 195fd00

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Revision history for ghcup
22

3+
## 0.1.19.0 -- 2023-1-13
4+
5+
* restore proper support for FreeBSD and Linux armv7
6+
* integrate with [errors.haskell.org](https://errors.haskell.org/index.html), wrt [#434](https://github.com/haskell/ghcup-hs/issues/434)
7+
* allow to overwrite distro detection via config wrt [#421](https://github.com/haskell/ghcup-hs/issues/421)
8+
- this is particularly useful for e.g. Ubuntu derivates, where ghcup doesn't pick the optimal bindist, also see the [GHCup documentation on overriding distro detection](https://www.haskell.org/ghcup/guide/#overriding-distro-detection)
9+
* fix a (harmless) bug in `ghcup nuke` on windows
10+
* improvements to `ghcup add-release-channel` wrt [#708](https://github.com/haskell/ghcup-hs/issues/708)
11+
* fix building newer GHC from source wrt [#433](https://github.com/haskell/ghcup-hs/issues/433)
12+
* Fix `ghcup install hls -u` on windows
13+
* Fix failure with `--isolate=dir --force`
14+
* Add `--metadata-fetching-mode` arg, fixes [#440](https://github.com/haskell/ghcup-hs/issues/440)
15+
* Add content-length property to downloads
16+
* [Fix a grave bug on armv7](https://github.com/haskell/ghcup-hs/commit/78ee956df2618862f421178a565c82548ff7e578) during installation wrt [#415](https://github.com/haskell/ghcup-hs/issues/415)
17+
* improve many warning/error messages (contributions by @taylorfausak)
18+
* some minor optimization in `ghcup whereis ghcup`
19+
* improve `--keep=always` to not clean up directories in certain circumstances
20+
321
## 0.1.18.1 -- 2022-08-06
422

523
* fix sdist and unbreak hackage, wrt [#399](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/399)

0 commit comments

Comments
 (0)