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

Bump version to 0.1.3

parent 404038ed
No related branches found
No related tags found
No related merge requests found
Pipeline #18067 passed with warnings
# Revision history for ghcup # Revision history for ghcup
## 0.1.3 -- 2020-04-15
* Fix lesser bug when skipping ghcup update
## 0.1.2 -- 2020-04-15 ## 0.1.2 -- 2020-04-15
* Fix bug when removing the set GHC version * Fix bug when removing the set GHC version
......
cabal-version: 3.0 cabal-version: 3.0
name: ghcup name: ghcup
version: 0.1.2 version: 0.1.3
synopsis: ghc toolchain installer as an exe/library synopsis: ghc toolchain installer as an exe/library
description: description:
A rewrite of the shell script ghcup, for providing A rewrite of the shell script ghcup, for providing
......
...@@ -14,4 +14,4 @@ ghcupURL :: URI ...@@ -14,4 +14,4 @@ ghcupURL :: URI
ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|] ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|]
ghcUpVer :: PVP ghcUpVer :: PVP
ghcUpVer = [pver|0.1.2|] ghcUpVer = [pver|0.1.3|]
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