Bump version

This commit is contained in:
Julian Ospald 2020-08-14 16:57:15 +02:00
parent fd76fde23a
commit 672ebf6426
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
3 changed files with 6 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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