Compare commits

...

2 Commits

Author SHA1 Message Date
Julian Ospald 9602db31ab
Bump version to 0.1.0 2020-04-09 20:37:03 +02:00
Julian Ospald c2c47e1b7e
Enable split-sections 2020-04-09 20:35:42 +02:00
3 changed files with 7 additions and 3 deletions

View File

@ -6,11 +6,14 @@ 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
ghc-options: -O2 -fspec-constr-recursive=16 -fmax-worker-args=16 -split-sections
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.0
version: 0.1.0
synopsis: ghc toolchain installer as an exe/library
description:
A rewrite of the shell script ghcup, for providing

View File

@ -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|]