Skip to content
Snippets Groups Projects
Verified Commit b3105b43 authored by Julian Ospald's avatar Julian Ospald :tea:
Browse files

Bump version to 0.1.2

parent 2b6cb5f1
No related branches found
Tags 0.1.0-pre
No related merge requests found
# Revision history for ghcup
## 0.1.2 -- 2020-04-15
* Fix bug when removing the set GHC version
* Fix use of undocumented `GHCUP_INSTALL_BASE_PREFIX` variable
* skip upgrade if ghcup is already latest version
## 0.1.1 -- 2020-04-15
* fix awful fdopendir bug on mac bug by updating hpath-posix
......
......@@ -2,10 +2,7 @@
## Now
* ghcup migration
* update static links
* releases, update download info and bootstrap-haskell
* move out GHCup.Version module, bc it's not library-ish
## Maybe
......
cabal-version: 3.0
name: ghcup
version: 0.1.1
version: 0.1.2
synopsis: ghc toolchain installer as an exe/library
description:
A rewrite of the shell script ghcup, for providing
......
......@@ -14,4 +14,4 @@ ghcupURL :: URI
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|]
ghcUpVer :: PVP
ghcUpVer = [pver|0.1.1|]
ghcUpVer = [pver|0.1.2|]
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment