From e0ee1c2f9471729f9e82735b8e3e85802806061a Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 10 Jun 2021 14:00:26 +0200 Subject: [PATCH] Bump to 0.1.15.1 --- CHANGELOG.md | 3 ++- ghcup.cabal | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ad827f..182bded 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,8 @@ # Revision history for ghcup -## 0.1.15 -- ????-??-?? +## 0.1.15.1 -- ????-??-?? +* Add Apple Silicon support * Add windows support wrt [#130](https://gitlab.haskell.org/haskell/ghcup-hs/-/issues/130) * Add date to GHC bindist names created by ghcup * Warn when /tmp doesn't have 5GB or more of disk space diff --git a/ghcup.cabal b/ghcup.cabal index 2e121b5..f722d5a 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.15 +version: 0.1.15.1 license: LGPL-3.0-only license-file: LICENSE copyright: Julian Ospald 2020