diff --git a/ghcup.cabal b/ghcup.cabal index 7540072..bf67f5e 100644 --- a/ghcup.cabal +++ b/ghcup.cabal @@ -1,6 +1,6 @@ cabal-version: 3.0 name: ghcup -version: 0.1.10 +version: 0.1.11 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 4dda091..f0eb494 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.10|] +ghcUpVer = [pver|0.1.11|] -- | ghcup version as numeric string. numericVer :: String