Compare commits

..

No commits in common. "9602db31abe8d647ecf26cde3361311aef6df9e1" and "34386680ccb6d24eba6c1962ba1a02bf87fe1a04" have entirely different histories.

3 changed files with 3 additions and 7 deletions

View File

@ -6,14 +6,11 @@ package streamly
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
package ghcup
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16 -split-sections
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16
package tar-bytestring
ghc-options: -O2
package *
ghc-options: -split-sections
constraints: http-io-streams -brotli
allow-newer: base

View File

@ -1,6 +1,6 @@
cabal-version: 3.0
name: ghcup
version: 0.1.0
version: 0.1.0.0
synopsis: ghc toolchain installer as an exe/library
description:
A rewrite of the shell script ghcup, for providing

View File

@ -9,9 +9,8 @@ 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.1.0|]
ghcUpVer = [pver|0.0.1|]