Move files into nicer subdirectories
This commit is contained in:
9
data/build_mk/cross
Normal file
9
data/build_mk/cross
Normal file
@@ -0,0 +1,9 @@
|
||||
V=0
|
||||
BUILD_MAN = NO
|
||||
BUILD_SPHINX_HTML = NO
|
||||
BUILD_SPHINX_PDF = NO
|
||||
HADDOCK_DOCS = NO
|
||||
ifneq "$(BuildFlavour)" ""
|
||||
include mk/flavours/$(BuildFlavour).mk
|
||||
endif
|
||||
Stage1Only = YES
|
||||
8
data/build_mk/default
Normal file
8
data/build_mk/default
Normal file
@@ -0,0 +1,8 @@
|
||||
V=0
|
||||
BUILD_MAN = NO
|
||||
BUILD_SPHINX_HTML = NO
|
||||
BUILD_SPHINX_PDF = NO
|
||||
HADDOCK_DOCS = YES
|
||||
ifneq "$(BuildFlavour)" ""
|
||||
include mk/flavours/$(BuildFlavour).mk
|
||||
endif
|
||||
63
data/config.yaml
Normal file
63
data/config.yaml
Normal file
@@ -0,0 +1,63 @@
|
||||
# Cache downloads in ~/.ghcup/cache
|
||||
cache: False
|
||||
# Skip tarball checksum verification
|
||||
no-verify: False
|
||||
# enable verbosity
|
||||
verbose: False
|
||||
# When to keep build directories
|
||||
keep-dirs: Errors # Always | Never | Errors
|
||||
# Which downloader to use
|
||||
downloader: Curl # Curl | Wget | Internal
|
||||
|
||||
# TUI key bindings,
|
||||
# see https://hackage.haskell.org/package/vty-5.31/docs/Graphics-Vty-Input-Events.html#t:Key
|
||||
# for possible values.
|
||||
key-bindings:
|
||||
up:
|
||||
KUp: []
|
||||
down:
|
||||
KDown: []
|
||||
quit:
|
||||
KChar: 'q'
|
||||
install:
|
||||
KChar: 'i'
|
||||
uninstall:
|
||||
KChar: 'u'
|
||||
set:
|
||||
KChar: 's'
|
||||
changelog:
|
||||
KChar: 'c'
|
||||
show-all:
|
||||
KChar: 'a'
|
||||
show-all-tools:
|
||||
KChar: 't'
|
||||
|
||||
# Where to get GHC/cabal/hls download info/versions from. For more detailed explanation
|
||||
# check the 'URLSource' type in the code.
|
||||
url-source:
|
||||
## Use the internal download uri, this is the default
|
||||
GHCupURL: []
|
||||
|
||||
## Example 1: Read download info from this location instead
|
||||
## Accepts file/http/https scheme
|
||||
# OwnSource: "file:///home/jule/git/ghcup-hs/ghcup-0.0.3.yaml"
|
||||
|
||||
## Example 2: Add custom tarballs to the default downloads, overwriting duplicate versions
|
||||
# AddSource:
|
||||
# Left:
|
||||
# toolRequirements: {} # this is ignored
|
||||
# ghcupDownloads:
|
||||
# GHC:
|
||||
# 9.10.2:
|
||||
# viTags: []
|
||||
# viArch:
|
||||
# A_64:
|
||||
# Linux_UnknownLinux:
|
||||
# unknown_versioning:
|
||||
# dlUri: https://downloads.haskell.org/~ghc/7.10.3/ghc-7.10.3-x86_64-deb8-linux.tar.bz2
|
||||
# dlSubdir: ghc-7.10.3
|
||||
# dlHash: 01cfbad8dff1e8b34a5fdca8caeaf843b56e36af919e29cd68870d2588563db5
|
||||
|
||||
## Example 3: Add a custom download file to the default downloads, overwriting duplicate versions
|
||||
# AddSource:
|
||||
# Right: "file:///home/jule/git/ghcup-hs/ghcup-custom.yaml"
|
||||
2179
data/metadata/ghcup-0.0.1.json
Normal file
2179
data/metadata/ghcup-0.0.1.json
Normal file
File diff suppressed because it is too large
Load Diff
2729
data/metadata/ghcup-0.0.2.json
Normal file
2729
data/metadata/ghcup-0.0.2.json
Normal file
File diff suppressed because it is too large
Load Diff
1415
data/metadata/ghcup-0.0.2.yaml
Normal file
1415
data/metadata/ghcup-0.0.2.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1500
data/metadata/ghcup-0.0.3.yaml
Normal file
1500
data/metadata/ghcup-0.0.3.yaml
Normal file
File diff suppressed because it is too large
Load Diff
1932
data/metadata/ghcup-0.0.4.yaml
Normal file
1932
data/metadata/ghcup-0.0.4.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2235
data/metadata/ghcup-0.0.5.yaml
Normal file
2235
data/metadata/ghcup-0.0.5.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2432
data/metadata/ghcup-0.0.6.yaml
Normal file
2432
data/metadata/ghcup-0.0.6.yaml
Normal file
File diff suppressed because it is too large
Load Diff
2494
data/metadata/ghcup-0.0.7.yaml
Normal file
2494
data/metadata/ghcup-0.0.7.yaml
Normal file
File diff suppressed because it is too large
Load Diff
Reference in New Issue
Block a user