From 5f6ed1292d3e36c09207b13a77ec35f36041585b Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Wed, 12 May 2021 13:19:26 +0200 Subject: [PATCH] Remove dead dependency on ascii-string This hopefull fixes nix packaging. --- CHANGELOG.md | 4 ++++ ghcup.cabal | 3 +-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5289a98..5894e05 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/ghcup.cabal b/ghcup.cabal index 73c479d..c97c299 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.14.1 +version: 0.1.14.2 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020 @@ -85,7 +85,6 @@ library build-depends: , aeson >=1.4 && <1.6 - , ascii-string ^>=1.0 , async >=0.8 && <2.3 , base >=4.13 && <5 , base16-bytestring >=0.1.1.6 && <1.1