From 9602db31abe8d647ecf26cde3361311aef6df9e1 Mon Sep 17 00:00:00 2001 From: Julian Ospald Date: Thu, 9 Apr 2020 20:36:03 +0200 Subject: [PATCH] Bump version to 0.1.0 --- ghcup.cabal | 2 +- lib/GHCup/Version.hs | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/ghcup.cabal b/ghcup.cabal index 6aee8b9..1499eae 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.0.0 +version: 0.1.0 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 899f0e3..f1a1daa 100644 --- a/lib/GHCup/Version.hs +++ b/lib/GHCup/Version.hs @@ -9,8 +9,9 @@ import Data.Versions import URI.ByteString import URI.ByteString.QQ +-- | This reflects the API version of the JSON. ghcupURL :: URI ghcupURL = [uri|https://www.haskell.org/ghcup/data/ghcup-0.0.1.json|] ghcUpVer :: PVP -ghcUpVer = [pver|0.0.1|] +ghcUpVer = [pver|0.1.0|]