From 672ebf6426dcccc8d42c9f78b2c5022d8deeae1a Mon Sep 17 00:00:00 2001 From: Julian Ospald <hasufell@posteo.de> Date: Fri, 14 Aug 2020 16:57:15 +0200 Subject: [PATCH] Bump version --- CHANGELOG.md | 4 ++++ ghcup.cabal | 2 +- lib/GHCup/Version.hs | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 01b05732..6f803774 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Revision history for ghcup +## 0.1.10 -- yyyy-mm-dd + +* Show stray Cabals (useful for pre-releases or compiled ones) + ## 0.1.9 -- 2020-08-14 * Fix bug when uninstalling all cabal versions diff --git a/ghcup.cabal b/ghcup.cabal index 7cfdd9bb..120723e7 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.9 +version: 0.1.10 synopsis: ghc toolchain installer as an exe/library description: A rewrite of the shell script ghcup, for providing diff --git a/lib/GHCup/Version.hs b/lib/GHCup/Version.hs index 697830d7..4dda0910 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -26,7 +26,7 @@ ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.2.yaml|] -- | The current ghcup version. ghcUpVer :: PVP -ghcUpVer = [pver|0.1.9|] +ghcUpVer = [pver|0.1.10|] -- | ghcup version as numeric string. numericVer :: String -- GitLab