Remove dead dependency on ascii-string

This hopefull fixes nix packaging.
This commit is contained in:
2021-05-12 13:19:26 +02:00
parent a7dc03af50
commit 5f6ed1292d
2 changed files with 5 additions and 2 deletions

View File

@@ -6,6 +6,10 @@
* Warn when /tmp doesn't have 5GB or more of disk space
* Allow to compile GHC from git repo wrt [#126](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/126)
## 0.1.14.2 -- 2021-05-12
* Remove dead dependency on ascii-string
## 0.1.14.1 -- 2021-04-11
* Make internal symlink target parser more lax, fixes [#119](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/119)