Compare commits
130 Commits
hls-1.9.1.
...
gpg-test
| Author | SHA1 | Date | |
|---|---|---|---|
| 0dd813c3bc | |||
| 9cda41867d | |||
|
|
3fb3d65717 | ||
|
|
a66c722d9c | ||
|
|
228b60092e | ||
|
|
236a679e1f | ||
| 69dd66bfb8 | |||
|
|
fab0629aab | ||
| dff3e395c0 | |||
| 8faa5a00a4 | |||
|
|
44c6e2b5d0 | ||
|
|
9332b5c3b6 | ||
|
|
6dc4112b03 | ||
|
|
f40933da42 | ||
|
|
9137f4b994 | ||
|
|
ae0c031c78 | ||
|
|
309ceffb43 | ||
|
|
a239e448fa | ||
|
|
5c735e8478 | ||
|
|
fb1e1a8f7d | ||
|
|
803b2cfd1b | ||
|
|
dac7e22520 | ||
| 0759634d3c | |||
| 7312daf7da | |||
| 8fa3fc6f6f | |||
| 8550a086b4 | |||
| b2aaecac07 | |||
| fd29f96559 | |||
| 6aa90ff5dd | |||
| 046205bdc0 | |||
| 737cc346db | |||
| 7ab3419345 | |||
| c88802ea8c | |||
| 5a85e7f735 | |||
| cdd58df6a4 | |||
| b089af6578 | |||
| 909e64ae8b | |||
| 9cff00364a | |||
| e34b095e99 | |||
| 1a10c6d2e2 | |||
| f5cf930de3 | |||
| 3ff8cf172d | |||
| 2b0f9134e9 | |||
| 4854047dc9 | |||
| 9266021236 | |||
| 8defb9068a | |||
| b88e461c7c | |||
| bb94c7445a | |||
| 27325db7c0 | |||
| 3459025d6f | |||
|
|
62c05e25c6 | ||
| e2102511b1 | |||
| 508f52dfb1 | |||
| ec29b4bcc3 | |||
| 52f4dde1ee | |||
| 4cf9867563 | |||
|
|
e9426c246d | ||
|
|
5cba359c78 | ||
| 66a24ec9aa | |||
| d7d93a85c2 | |||
| 13fad50ca2 | |||
| 484dd1084c | |||
| c58fe8aaef | |||
| 407d47a2ba | |||
|
|
d643f9f84e | ||
|
|
0540871277 | ||
| 49063b09ba | |||
| d6e7b29250 | |||
| ffc8c38074 | |||
|
|
e7a1ac0c15 | ||
| 9459d1cb08 | |||
| d97d4fb8d7 | |||
| d35571f02d | |||
| 2dbfc84ef6 | |||
| 92efb732ac | |||
| 6474e0e7de | |||
| 5f1802aee7 | |||
| 7a5ffc84ff | |||
|
|
b37a8ca419 | ||
| 309dcd0344 | |||
| 16ca788725 | |||
| 86526f6015 | |||
| 1d00d31730 | |||
| c975203b5e | |||
| 5c692ab9ec | |||
| 7c1bf39704 | |||
| 673a49bcc1 | |||
| 6926df6a00 | |||
| 874f9a52f8 | |||
|
|
cb19cf7a20 | ||
|
|
59ea5163ce | ||
|
b0a026f6a0
|
|||
|
5700321a7d
|
|||
|
c58f03c71d
|
|||
|
96b1c8e3e9
|
|||
|
60a30d8522
|
|||
|
7de9fd3a8c
|
|||
|
b8606ec3b7
|
|||
|
d19cc1d0f0
|
|||
|
b703c55991
|
|||
|
8b95d10664
|
|||
|
d5c7e708d8
|
|||
|
fea14b9a06
|
|||
|
eadf9b61ba
|
|||
|
594bd5490d
|
|||
|
|
1fa98afb67 | ||
|
9a262dc451
|
|||
|
d4f085edf4
|
|||
|
9c4b70f495
|
|||
|
3e05dee7bf
|
|||
|
f8d0da5743
|
|||
|
dfe477c1b7
|
|||
|
f752a23491
|
|||
|
df38f4edf2
|
|||
|
ad42891618
|
|||
|
|
fe5f56580b
|
||
|
4f8635e560
|
|||
|
8501a6d4b2
|
|||
|
94b469197d
|
|||
|
b1c5e84b42
|
|||
|
51aa203205
|
|||
|
0b98de04cc
|
|||
|
3e07ac0a20
|
|||
|
d819571955
|
|||
|
d33b26a495
|
|||
|
0ba569e44c
|
|||
|
ea9b67d5d0
|
|||
|
f47527468b
|
|||
|
|
0939170115 | ||
|
2941394cb1
|
33
.github/workflows/bindists.yaml
vendored
33
.github/workflows/bindists.yaml
vendored
@@ -3,10 +3,6 @@ defaults:
|
||||
run:
|
||||
shell: bash
|
||||
on:
|
||||
pull_request:
|
||||
types: [opened]
|
||||
issue_comment:
|
||||
types: [created]
|
||||
workflow_dispatch:
|
||||
inputs:
|
||||
tool:
|
||||
@@ -40,15 +36,12 @@ jobs:
|
||||
- image: alpine:latest
|
||||
installCmd: apk update && apk add
|
||||
toolRequirements: binutils-gold curl gcc g++ gmp-dev libc-dev libffi-dev make musl-dev ncurses-dev perl tar xz
|
||||
- image: debian:9
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
- image: debian:10
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5 libnuma-dev
|
||||
- image: debian:11
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
toolRequirements: build-essential curl libffi-dev libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5 libnuma-dev
|
||||
- image: ubuntu:18.04
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi6 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
@@ -70,12 +63,18 @@ jobs:
|
||||
- image: rockylinux:8
|
||||
installCmd: dnf install -y
|
||||
toolRequirements: which findutils gcc gcc-c++ gmp gmp-devel make ncurses ncurses-compat-libs xz perl
|
||||
- image: rockylinux:9
|
||||
installCmd: dnf install -y --allowerasing
|
||||
toolRequirements: which findutils gcc gcc-c++ gmp gmp-devel make ncurses xz perl
|
||||
- image: linuxmintd/mint19.3-amd64
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi6 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
- image: linuxmintd/mint20.2-amd64
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
- image: linuxmintd/mint21.1-amd64
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
container:
|
||||
image: ${{ matrix.image }}
|
||||
steps:
|
||||
@@ -115,7 +114,7 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- os: [self-hosted, Linux, ARM64, aarch32-linux]
|
||||
- os: [self-hosted, Linux, ARM64]
|
||||
ARCH: ARM
|
||||
- os: [self-hosted, Linux, ARM64]
|
||||
ARCH: ARM64
|
||||
@@ -143,3 +142,17 @@ jobs:
|
||||
name: Run build (aarch64 linux)
|
||||
with:
|
||||
args: sh -c '.github/workflows/install-bindist.sh'
|
||||
|
||||
signature-test:
|
||||
name: Test signatures
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Install requirements
|
||||
shell: sh
|
||||
run: |
|
||||
sudo apt-get update && sudo apt-get install -y curl bash git gnupg
|
||||
|
||||
- uses: actions/checkout@v3
|
||||
|
||||
- name: Test signatures
|
||||
run: .github/workflows/test-sigs.sh
|
||||
|
||||
30
.github/workflows/common.sh
vendored
Normal file
30
.github/workflows/common.sh
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
#!/bin/bash
|
||||
|
||||
if [ "${RUNNER_OS}" = "Windows" ] ; then
|
||||
ext=".exe"
|
||||
else
|
||||
ext=''
|
||||
fi
|
||||
|
||||
echo_color() {
|
||||
local color="$1"
|
||||
local msg="$2"
|
||||
echo -e "\033[${color}m${msg}\033[0m"
|
||||
}
|
||||
|
||||
error() { echo_color "${RED}" "$1"; }
|
||||
warn() { echo_color "${LT_BROWN}" "$1"; }
|
||||
info() { echo_color "${LT_BLUE}" "$1"; }
|
||||
|
||||
fail() { error "error: $1"; exit 1; }
|
||||
|
||||
mktempdir() {
|
||||
case "$(uname -s)" in
|
||||
"Darwin"|"darwin")
|
||||
mktemp -d -t hls_ci.XXXXXXX
|
||||
;;
|
||||
*)
|
||||
mktemp -d
|
||||
;;
|
||||
esac
|
||||
}
|
||||
81
.github/workflows/install-bindist.sh
vendored
81
.github/workflows/install-bindist.sh
vendored
@@ -2,23 +2,31 @@
|
||||
set -x
|
||||
set -eo pipefail
|
||||
|
||||
. .github/workflows/common.sh
|
||||
|
||||
export GHCUP_INSTALL_BASE_PREFIX=$RUNNER_TEMP/foobarbaz
|
||||
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://get-ghcup.haskell.org | sh
|
||||
|
||||
source $GHCUP_INSTALL_BASE_PREFIX/.ghcup/env || source ~/.bashrc
|
||||
source "$GHCUP_INSTALL_BASE_PREFIX"/.ghcup/env || source "$HOME/.bashrc"
|
||||
|
||||
ghcup --version
|
||||
which ghcup | grep foobarbaz
|
||||
|
||||
# oh no
|
||||
if [ "${TOOL}" = "hls" ] ; then
|
||||
ghcup -v --url-source=file:$METADATA_FILE install ghc --set 9.2.4
|
||||
fi
|
||||
ghcup_fun() {
|
||||
ghcup -v --url-source="file:$METADATA_FILE" "$@"
|
||||
}
|
||||
|
||||
ghcup -v --url-source=file:$METADATA_FILE install $TOOL --set $VERSION
|
||||
case $TOOL in
|
||||
ghcup)
|
||||
ghcup_fun upgrade --force
|
||||
;;
|
||||
*) ghcup_fun install "$TOOL" --set "$VERSION"
|
||||
;;
|
||||
esac
|
||||
|
||||
mkdir -p /tmp/install-bindist-ci
|
||||
cp "$METADATA_FILE" /tmp/install-bindist-ci/
|
||||
cd /tmp/install-bindist-ci
|
||||
|
||||
cat <<EOF > main.hs
|
||||
@@ -30,9 +38,65 @@ main = print $ 1 + 1
|
||||
EOF
|
||||
|
||||
case $TOOL in
|
||||
ghcup)
|
||||
ghcup_fun list
|
||||
;;
|
||||
hls)
|
||||
haskell-language-server-wrapper --version
|
||||
haskell-language-server-wrapper typecheck main.hs
|
||||
ghcup_fun install cabal latest
|
||||
ghcup_fun install ghc --set recommended
|
||||
cabal update
|
||||
|
||||
test_package="bytestring-0.11.1.0"
|
||||
test_module="Data/ByteString.hs"
|
||||
|
||||
create_cradle() {
|
||||
echo "cradle:" > hie.yaml
|
||||
echo " cabal:" >> hie.yaml
|
||||
}
|
||||
|
||||
enter_test_package() {
|
||||
local tmp_dir
|
||||
tmp_dir=$(mktempdir)
|
||||
cd "$tmp_dir"
|
||||
cabal unpack "${test_package}"
|
||||
cd "${test_package}"
|
||||
cp "/tmp/install-bindist-ci/${METADATA_FILE}" .
|
||||
}
|
||||
|
||||
# For all HLS GHC versions and the wrapper, run 'typecheck'
|
||||
# over the $test_module
|
||||
test_all_hls() {
|
||||
local bin
|
||||
local bin_noexe
|
||||
local bindir
|
||||
local hls
|
||||
bindir=$1
|
||||
|
||||
for hls in "${bindir}/"haskell-language-server-* ; do
|
||||
bin=${hls##*/}
|
||||
bin_noexe=${bin/.exe/}
|
||||
if ! [[ "${bin_noexe}" =~ "haskell-language-server-wrapper" ]] && ! [[ "${bin_noexe}" =~ "~" ]] && ! [[ "${bin_noexe}" =~ ".shim" ]] ; then
|
||||
if ghcup_fun install ghc --set "${bin_noexe/haskell-language-server-/}" ; then
|
||||
"${hls}" typecheck "${test_module}" || fail "failed to typecheck with HLS for GHC ${bin_noexe/haskell-language-server-/}"
|
||||
else
|
||||
fail "GHCup failed to install GHC ${bin_noexe/haskell-language-server-/}"
|
||||
fi
|
||||
ghcup_fun rm ghc "${bin_noexe/haskell-language-server-/}"
|
||||
fi
|
||||
done
|
||||
"$bindir/haskell-language-server-wrapper${ext}" typecheck "${test_module}" || fail "failed to typecheck with HLS wrapper"
|
||||
}
|
||||
|
||||
enter_test_package
|
||||
create_cradle
|
||||
case "$(uname -s)" in
|
||||
MSYS_*|MINGW*)
|
||||
test_all_hls "$(dirname "$(which ghcup)")"
|
||||
;;
|
||||
*)
|
||||
test_all_hls "$(ghcup whereis bindir)"
|
||||
;;
|
||||
esac
|
||||
;;
|
||||
ghc)
|
||||
ghc --version
|
||||
@@ -41,6 +105,7 @@ case $TOOL in
|
||||
[[ $(./main +RTS -s) -eq 2 ]]
|
||||
;;
|
||||
cabal)
|
||||
ghcup_fun install ghc --set "$(ghcup_fun list -t ghc -r -c available | tail -1 | awk '{ print $2 }')"
|
||||
cabal --version
|
||||
cabal update
|
||||
[[ $(cabal --verbose=0 run --enable-profiling ./main.hs -- +RTS -s) -eq 2 ]]
|
||||
|
||||
22
.github/workflows/test-sigs.sh
vendored
Executable file
22
.github/workflows/test-sigs.sh
vendored
Executable file
@@ -0,0 +1,22 @@
|
||||
#!/usr/bin/env bash
|
||||
|
||||
set -x
|
||||
set -eo pipefail
|
||||
|
||||
. .github/workflows/common.sh
|
||||
|
||||
get_key() {
|
||||
local key=$1
|
||||
local server=$2
|
||||
gpg --batch --keyserver "${server}" --recv-keys "${key}"
|
||||
echo -e "${key}:6:" | gpg --import-ownertrust
|
||||
}
|
||||
|
||||
# verify signature
|
||||
keys=( 7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C )
|
||||
for key in "${keys[@]}" ; do
|
||||
get_key "${key}" keys.openpgp.org || get_key "${key}" keyserver.ubuntu.com
|
||||
done
|
||||
unset key
|
||||
gpg --verify "${METADATA_FILE}.sig"
|
||||
|
||||
9
.github/workflows/test.yaml
vendored
9
.github/workflows/test.yaml
vendored
@@ -19,7 +19,7 @@ jobs:
|
||||
cabal:
|
||||
- '3.6.2.0'
|
||||
os:
|
||||
- ubuntu-latest
|
||||
- ubuntu-22.04
|
||||
steps:
|
||||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
@@ -58,6 +58,13 @@ jobs:
|
||||
run: cabal update
|
||||
shell: bash
|
||||
|
||||
- name: Install some deps
|
||||
run: |
|
||||
export DEBIAN_FRONTEND=noninteractive
|
||||
export TZ=Asia/Singapore
|
||||
sudo apt install -y libarchive-dev
|
||||
shell: bash
|
||||
|
||||
- name: Install ghcup-gen
|
||||
run: |
|
||||
cabal install --installdir="$HOME/.local/bin" --overwrite-policy=always --install-method=copy ghcup-gen
|
||||
|
||||
@@ -7,13 +7,13 @@ package ghcup
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/haskell/ghcup-hs.git
|
||||
tag: v0.1.19.0
|
||||
tag: a2a605ad892675d317e8415522e2cf12d5e35571
|
||||
|
||||
constraints: http-io-streams -brotli,
|
||||
any.aeson >= 2.0.1.0
|
||||
|
||||
package libarchive
|
||||
flags: -system-libarchive
|
||||
flags: +system-libarchive
|
||||
|
||||
package aeson-pretty
|
||||
flags: +lib-only
|
||||
|
||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
1233
ghcup-0.0.7.yaml
1233
ghcup-0.0.7.yaml
File diff suppressed because it is too large
Load Diff
Binary file not shown.
42
ghcup-cross-0.0.8.yaml
Normal file
42
ghcup-cross-0.0.8.yaml
Normal file
@@ -0,0 +1,42 @@
|
||||
---
|
||||
globalTools:
|
||||
ShimGen:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/shimgen/shim-2.exe
|
||||
dlHash: 7c55e201f71860c5babea886007c8fa44b861abf50d1c07e5677eb0bda387a70
|
||||
toolRequirements: {}
|
||||
ghcupDownloads:
|
||||
GHC:
|
||||
javascript-unknown-ghcjs-9.6.2:
|
||||
viTags:
|
||||
- base-4.18.0.0
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 4e12b602869206830eef1aa6a17a5a00fa887d6c98c3a552269c418ee7f736f8
|
||||
dlSubdir: ghc-9.6.2-javascript-unknown-ghcjs
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.6.2/ghc-javascript-unknown-ghcjs-9.6.2-x86_64-linux-unknown.tar.xz
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.6.2/ghc-javascript-unknown-ghcjs-9.6.2-x86_64-apple-darwin.tar.xz
|
||||
dlHash: dddb0ee68857a79e67a52c4ab9b7230023a8684a5e826e9afbb9c5820abf47e1
|
||||
dlSubdir: ghc-9.6.2-javascript-unknown-ghcjs
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.6.2/ghc-javascript-unknown-ghcjs-9.6.2-aarch64-apple-darwin.tar.xz
|
||||
dlHash: 0d65bb3940a820d95b4b33ea0cd61bf39670d48c4d8f747153ded01a7ef34821
|
||||
dlSubdir: ghc-9.6.2-javascript-unknown-ghcjs
|
||||
wasm32-wasi-9.6.2.20230523:
|
||||
viTags:
|
||||
- base-4.18.0.0
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &ghc-wasm32-wasi-64-static
|
||||
dlHash: 85433ce296f2f95a5c60f78060cb4a3a8bf8b56bf83ddd75f1b23cb2e2378888
|
||||
dlSubdir: ghc-9.6.2.20230523-wasm32-wasi
|
||||
dlUri: https://gitlab.haskell.org/api/v4/projects/3223/jobs/1530829/artifacts/ghc-x86_64-linux-alpine3_12-cross_wasm32-wasi-release%2Bfully_static.tar.xz
|
||||
dlOutput: ghc-9.6.2.20230523-x86_64-linux-alpine3_12-cross_wasm32-wasi-release+fully_static.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *ghc-wasm32-wasi-64-static
|
||||
BIN
ghcup-cross-0.0.8.yaml.sig
Normal file
BIN
ghcup-cross-0.0.8.yaml.sig
Normal file
Binary file not shown.
@@ -157,7 +157,7 @@ generateTable output = do
|
||||
liftIO $ hPutStrLn handle $ "<table>"
|
||||
liftIO $ hPutStrLn handle $ "<thead><tr><th>" <> show tool <> " Version</th><th>Tags</th></tr></thead>"
|
||||
liftIO $ hPutStrLn handle $ "<tbody>"
|
||||
vers <- reverse <$> listVersions (Just tool) Nothing
|
||||
vers <- reverse <$> listVersions (Just tool) [] False False (Nothing, Nothing)
|
||||
forM_ (filter (\ListResult{..} -> not lStray) vers) $ \ListResult{..} -> do
|
||||
liftIO $ hPutStrLn handle $
|
||||
"<tr><td>"
|
||||
|
||||
@@ -81,7 +81,7 @@ validate = do
|
||||
forM_ (M.toList dls) $ \(t, versions) ->
|
||||
forM_ (M.toList versions) $ \(v, vi) ->
|
||||
forM_ (M.toList $ _viArch vi) $ \(arch, pspecs) -> do
|
||||
checkHasRequiredPlatforms t v (_viTags vi) arch (M.keys pspecs)
|
||||
checkHasRequiredPlatforms t (_tvVersion v) (_viTags vi) arch (M.keys pspecs)
|
||||
|
||||
checkGHCVerIsValid
|
||||
forM_ (M.toList dls) $ \(t, _) -> checkMandatoryTags t
|
||||
@@ -154,7 +154,7 @@ validate = do
|
||||
|
||||
checkGHCVerIsValid = do
|
||||
GHCupInfo { _ghcupDownloads = dls } <- lift getGHCupInfo
|
||||
let ghcVers = toListOf (ix GHC % to M.keys % folded) dls
|
||||
let ghcVers = toListOf (ix GHC % to M.keys % to (map _tvVersion) % folded) dls
|
||||
forM_ ghcVers $ \v ->
|
||||
case [ x | (x,"") <- readP_to_S V.parseVersion (T.unpack . prettyVer $ v) ] of
|
||||
[_] -> pure ()
|
||||
@@ -178,7 +178,7 @@ validate = do
|
||||
let allTags = M.toList $ availableToolVersions dls GHC
|
||||
forM allTags $ \(ver, _viTags -> tags) -> case any isBase tags of
|
||||
False -> do
|
||||
lift $ logError $ "Base tag missing from GHC ver " <> prettyVer ver
|
||||
lift $ logError $ "Base tag missing from GHC ver " <> prettyVer (_tvVersion ver)
|
||||
addError
|
||||
True -> pure ()
|
||||
|
||||
@@ -211,7 +211,7 @@ validateTarballs (TarballFilter etool versionRegex) = do
|
||||
|
||||
-- download/verify all tarballs
|
||||
let dlis = either (const []) (\tool -> nubOrd $ dls ^.. each %& indices (maybe (const True) (==) tool)
|
||||
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer)
|
||||
%> each %& indices (matchTest versionRegex . T.unpack . prettyVer . _tvVersion)
|
||||
% (viTestDL % _Just `summing` viSourceDL % _Just `summing` viArch % each % each % each)
|
||||
)
|
||||
etool
|
||||
|
||||
@@ -55,6 +55,7 @@ ghcupDownloads:
|
||||
3.8.0.20220526:
|
||||
viTags:
|
||||
- Prerelease
|
||||
- old
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
@@ -95,7 +96,7 @@ ghcupDownloads:
|
||||
dlHash: 143589378a4a0e6a948c9130e42832feee189dc89ab7f29088db4b11db6d61a3
|
||||
3.9.0.0:
|
||||
viTags:
|
||||
- Prerelease
|
||||
- LatestPrerelease
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
@@ -375,6 +376,7 @@ ghcupDownloads:
|
||||
viTags:
|
||||
- Prerelease
|
||||
- base-4.17.0.0
|
||||
- old
|
||||
viChangeLog: https://downloads.haskell.org/ghc/9.4.1-rc1/docs/users_guide/index.html
|
||||
viSourceDL:
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.4.1-rc1/ghc-9.4.0.20220721-src.tar.xz
|
||||
@@ -636,11 +638,557 @@ ghcupDownloads:
|
||||
viTags:
|
||||
- Prerelease
|
||||
- base-4.18.0.0
|
||||
9.6.0.20230210:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-961alpha3-32-deb9
|
||||
dlHash: 1e4c19f2f9352eba7392ef7055b476ce6793af33ec61164524c65e5297cbf302
|
||||
dlSubdir: ghc-9.6.0.20230210-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-961alpha3-32-deb9
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-961alpha3-32-deb9
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-961alpha3-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-961alpha3-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 25c32514e6aba55c510f01bb264d959a56c5fed114d7ef508de665c5eeaf47ed
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 5722aca0e4da55e1e05c20bfcd63d21c59d0800e1850e87b4b9ad0066a918279
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-alpine3_12-linux-static-int_native.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-961alpha3-64-centos7
|
||||
dlHash: 0f68876231e7bab3f261238533461aed0e231fa93b1483eef08a91dc510eddc1
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-961alpha3-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11): &ghc-961alpha3-64-deb10
|
||||
dlHash: fa0c2b8e31ea182f5111feeec3c3fcff2074857b5a068d8902519fdcc96b26e3
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-deb10-linux.tar.xz
|
||||
< 10: &ghc-961alpha3-64-deb9
|
||||
dlHash: 9a43cad78680d6a47e338ae5bc13deada164d7203996f7791e6957945c5aa5f3
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-961alpha3-64-deb11
|
||||
dlHash: d552b709426dd8e1afa499789bd9ac775c1f062005656b4c41d28bb338d6692e
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-961alpha3-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33': &ghc-961alpha3-64-fedora33
|
||||
dlHash: ade217760de958e6ed8693b16245bd244a2ccf54c262b37222d784b839d8a699
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-961alpha3-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-961alpha3-64-ubuntu18_04
|
||||
dlHash: 2b9fc6fe9adcc16472040653d76707cdec2b3d3bc587d970998a2bd0d897e074
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-961alpha3-64-ubuntu20_04
|
||||
dlHash: c560cc7f64d1dd5d74660b31d1949a12b3fb451b1e7684e50c2b6013b78d7e00
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-961alpha3-64-centos7
|
||||
Linux_Ubuntu:
|
||||
'< 19': *ghc-961alpha3-64-ubuntu18_04
|
||||
unknown_versioning: *ghc-961alpha3-64-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 4d5b4139ad285475af84cf09e61737925f2ce1bba61aafcf2af2a49791472449
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-rocky-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: a40ab69c7dde09fa0e1afa3e45a3a7d307637a116a4a1ab0a34deda330dcf627
|
||||
dlSubdir: ghc-9.6.0.20230210-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: d6d44b25e2112ef0f86c936af97513c1cf398a5bdd6f112361abf5da3e9b990a
|
||||
dlSubdir: ghc-9.6.0.20230210-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 00d5d68e4795629f6279796bba4ae8281361c6ca78b574a0563703218ba27c8b
|
||||
dlSubdir: ghc-9.6.0.20230210-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.0.20230210/docs/users_guide/9.6.1-notes.html
|
||||
viSourceDL:
|
||||
dlHash: def4a7485162266e91ef4600dfcca84248bed6414717dd7eebacdad96a204f47
|
||||
dlSubdir: ghc-9.6.0.20230210
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-src.tar.xz
|
||||
viTestDL:
|
||||
dlHash: 06e1c78cd6f199e091ae6fcf5249eaad8c1fc93a85aa3002448cbccc608a2f8e
|
||||
dlSubdir: ghc-9.6.0.20230210
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230210/ghc-9.6.0.20230210-testsuite.tar.xz
|
||||
viTags:
|
||||
- Prerelease
|
||||
- base-4.18.0.0
|
||||
|
||||
9.6.0.20230302:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-961rc1-32-debian10
|
||||
dlHash: a4a0df9b980da59aaf4d121bddad20e750b17d45f90e8c5cdaa3fd94479087ea
|
||||
dlSubdir: ghc-9.6.0.20230302-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-961rc1-32-debian10
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-961rc1-32-debian10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-961rc1-32-debian10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-961rc1-32-debian10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 8a291d92b470d412ba531b485b8a7692780334ae7690a3257f666d04ca374733
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: abb24cbd934333d660221ec872c3f11acbd295607c3b6183266fce9fe3158fb0
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-alpine3_12-linux-static-int_native.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-961rc1-64-centos7
|
||||
dlHash: 76b0921881427e49fc0fe9460ca67b6df4236e33b1a64cca88b06f2f0510ffd1
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-961rc1-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: fd7834d8d2615be2620cf657ff3d37fd6d699aaa96175e3e984e50c84414ffa1
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: 4aa4ba419265b790277acf8c6169e694d8b419077ed281e65d3461a2a2eafd00
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-961rc1-64-debian11
|
||||
dlHash: 5137596a6956b779f2e1a9e05cde9dd00b9d68944d2f818f6a95d489dc62d248
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-961rc1-64-debian11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: dd4b1eff940fb2e3b2203b1a6e3e32182fcff9f32c5dfaa9675d72665fac82b4
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-961rc1-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-961rc1-64-ubuntu1804
|
||||
dlHash: 5ea801852c74ecc41dda80f574eaa00f059adac502e6e8c611abc5f6606c7237
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-961rc1-64-ubuntu2004
|
||||
dlHash: 7004f93625c649eed1b44ede3530ccbab3baaaca5cd2f597cfd31051a2615510
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-961rc1-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-961rc1-64-ubuntu1804
|
||||
unknown_versioning: *ghc-961rc1-64-ubuntu2004
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 326397dfa23eee2698dd2491dd57ea5fc3de398cb979d7ed88058eb92d54c730
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 8b669a2ce7f36732aeedcaa9189f8aa9e57c61a0ecc59b3a96d7d4652e23e810
|
||||
dlSubdir: ghc-9.6.0.20230302-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: ad1c63895bff6fd6e4c206271c481e388f417f086d22172c57b0514e104c2bbc
|
||||
dlSubdir: ghc-9.6.0.20230302-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 45ad27a9d03cb364b9d55da1e96e3b5da8f1f6ad3b472f94df6ec9c9c8621099
|
||||
dlSubdir: ghc-9.6.0.20230302-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.0.20230302/docs/users_guide/9.6.1-notes.html
|
||||
viSourceDL:
|
||||
dlHash: 5658ff1357a82ffecf52c602b1aade4c63d1184bcbcd8b633dcc6c61a4a636f3
|
||||
dlSubdir: ghc-9.6.0.20230302
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.0.20230302/ghc-9.6.0.20230302-src.tar.xz
|
||||
viTags:
|
||||
- base-4.18.0.0
|
||||
- Prerelease
|
||||
viTestDL:
|
||||
dlHash: 50950baf5bee33eb59c0d55913f283fd55d0c739a5bfed4badc42aa094e15f03
|
||||
dlSubdir: ghc-9.6.0.20230302
|
||||
dlUri: https://downloads.haskell.org/ghc/9.6.0.20230302/ghc-9.6.0.20230302-testsuite.tar.xz
|
||||
9.8.1-alpha1:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
unknown_versioning: &ghc-981alpha1-deb10
|
||||
dlHash: 7c2bf4f57e847b4cd432f86fd94e8bf0e438467e0b9e5a007edc095f0ee22311
|
||||
dlOutput: ghc-9.8.0.20230727-i386-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-i386-deb10-linux.tar.xz
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-981alpha1-deb10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-981alpha1-deb10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-981alpha1-deb10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 54bfebe74a76cbec360cf0f8d84d8f7658b44af3f8df19fddd4fd0ade6f10909
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 278c1e021474441c1c7182679e7649dc06b4be67bb367c7087726d90e8234c28
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-alpine3_12.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-981alpha1-centos7
|
||||
dlHash: 9332fe38cc93efbc25aa75476d45a83c003a7487a3ccea586660664f2c587713
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha1-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 0ee44334f1df5f0605ef6f99651625ed4c981312384805e89572bbf72eb3ea2c
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: 6ffdac46ead78a8df5d41bb7922c51973e4bda94a522cdcae1d6c5a5dd739263
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-981alpha1-deb11
|
||||
dlHash: c6283dbe96ff0998b9ee9862099efa66c901a5d049a7c58f8c24c09e54f1e911
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha1-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: bebc68811fdb8842a4f1e3b1bfeaea4944b6f591a3fcfd663125d342f1616553
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha1-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-981alpha1-ubuntu18_04
|
||||
dlHash: c1ac2d98c45e3f5d72266c219cd934fde75863b2211a649f235aaba420dc0fc3
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-ubuntu18_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-981alpha1-ubuntu20_04
|
||||
dlHash: 85a19008f189aeeb43588ce53b8d4daa67878fc0cb8f8ba35fb6da03618df93b
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-ubuntu20_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-981alpha1-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-981alpha1-ubuntu18_04
|
||||
unknown_versioning: *ghc-981alpha1-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 2826d7d7e2c27ee181247a39c47713be13927b13cbca8f8ddef195e7d4e3a420
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-linux-rocky8.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 2d0ca3c379ea7fb993c216d5c5b1012fd7f1543ee1456cc26da0cc8d3f3e88d6
|
||||
dlOutput: ghc-9.8.0.20230727-x86_64-windows.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 5237872cfe7b3dcd5c682364d2940417e953eb9de26a5a72b3035fec8071c970
|
||||
dlOutput: ghc-9.8.0.20230727-aarch64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: a4b4bd1673e30404ea7cd2ce82188ba8db9406c7ee0f89ead0a1ad92d410b9e8
|
||||
dlOutput: ghc-9.8.0.20230727-aarch64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.8.0.20230727/docs/users_guide/9.8.1-notes.html
|
||||
viReleaseDay: '2023-07-28'
|
||||
viSourceDL:
|
||||
dlHash: b8681dfc48ad27b0098c9838b2fc08e5e7bdfc80b1562170c5c6fabb3abfb15c
|
||||
dlOutput: ghc-9.8.0.20230727-src.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-src.tar.xz
|
||||
viTags:
|
||||
- Prerelease
|
||||
- base-4.19.0.0
|
||||
viTestDL:
|
||||
dlHash: 2d4f0aff6fb4c5b0bbab014e4efa1c1e66203c4c08c6805bfd9ac26a31e2891d
|
||||
dlOutput: ghc-9.8.0.20230727-testsuite.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230727
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230727/ghc-9.8.0.20230727-src.tar.xz
|
||||
9.8.0.20230809:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
unknown_versioning: &ghc-981alpha2-deb10
|
||||
dlHash: 5b2cd7f15cf29a06f7949848f6a5ef10416c09b46ce37f8880779b6d3b16c7c6
|
||||
dlOutput: ghc-9.8.0.20230809-i386-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-i386-deb10-linux.tar.xz
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-981alpha2-deb10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-981alpha2-deb10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-981alpha2-deb10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: a79be24458450fc0e086f19d00bced8aed6762461b49830db58803fa2becc0dd
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 1d527af03de4d0a268704c8326e437c93e5314c84579023e493bcc91838dcc65
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-alpine3_12.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-981alpha2-centos7
|
||||
dlHash: d4f440ec11082f94a4688f0f1546b8cb1098a08a65a8351de5a621411c8b4260
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha2-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 320a36406ecd9603af6676589b97341cab136808c346294a43e5f5c3408b7074
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: 05e237580ce0afa5a6fddc0800555fac9115eaaed825e3e7d7f8de8ac9f7470b
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-981alpha2-deb11
|
||||
dlHash: 3b9b5c7b52803d4dba852f41ef250f95a017db9d03bc2aef6382e2f6e553cd11
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha2-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 8888305ff7083708e1eb2bf221ce6bba81b1431440e875f698e39cde504a4973
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha2-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-981alpha2-ubuntu18_04
|
||||
dlHash: b43d87d1dddd3ff9e5243d1bc8d6dbef7f13a1ac24face6b5e5576614b272e00
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-ubuntu18_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-981alpha2-ubuntu20_04
|
||||
dlHash: dad1796ddcec29b3bb090d8dd97fb4e95d29d4d1be0adbda1e1e55829eddb074
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-ubuntu20_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-981alpha2-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-981alpha2-ubuntu18_04
|
||||
unknown_versioning: *ghc-981alpha2-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: f49639a2a36e773e2293954b267f9e6d8cce0d8d800cd36863b0ad10ec6b9304
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-linux-rocky8.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: eadf5f37adf2ed127c896035908a1b25c0a9cd8d1b2706feb9cde44d453fe911
|
||||
dlOutput: ghc-9.8.0.20230809-x86_64-windows.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: dcd2c76c790e0933c695d19df262eed179719eb9369e40f704c17d83ad468bb0
|
||||
dlOutput: ghc-9.8.0.20230809-aarch64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: fed0c4372f0288d62e41b4af379a8c4d18ad2f9792973246f3650395911361e9
|
||||
dlOutput: ghc-9.8.0.20230809-aarch64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.8.0.20230809/docs/users_guide/9.8.1-notes.html
|
||||
viReleaseDay: '2023-08-09'
|
||||
viSourceDL:
|
||||
dlHash: ecef10e9796082eaf3f18ece67fe5fcfedfd0baa77d34c1f772e37aabda3fa1c
|
||||
dlOutput: ghc-9.8.0.20230809-src.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-src.tar.xz
|
||||
viTags:
|
||||
- Prerelease
|
||||
- base-4.19.0.0
|
||||
viTestDL:
|
||||
dlHash: 17dbba39e6a20c5e8d509b57cc5e8f044dc326b4f3ccb1c43c97e8bb1362a6b0
|
||||
dlOutput: ghc-9.8.0.20230809-testsuite.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230809
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230809/ghc-9.8.0.20230809-src.tar.xz
|
||||
9.8.0.20230822:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
unknown_versioning: &ghc-981alpha3-i386-deb10
|
||||
dlHash: 9fe28ff810451b70539c04f3c291329df95dd043c77d80b749aa96e0c5b55d3d
|
||||
dlOutput: ghc-9.8.0.20230822-i386-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-i386-deb10-linux.tar.xz
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-981alpha3-i386-deb10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-981alpha3-i386-deb10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-981alpha3-i386-deb10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: b2416c7f0379a95c10c15825d65bb7eea73061047fbd3c5a1fa0064d6befd90b
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 7f040a364bf05c9b59e9a1bccdd07f41d0940185c1cda21e3448b94ed2eee712
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-alpine3_12.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-981alpha3-x86_64-centos7
|
||||
dlHash: 93daa75fafa1a368c5670f87196c73cd1e0163959d364c2e09439ea51bca2eac
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha3-x86_64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 43476b66770d4dc2fbf965fb993698b2d584dd387dc8587c227c8438c57f6554
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: 80af241b32ada812bda38a32ccf242d31ee44fd1299c9d6671901d212511df8d
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-981alpha3-x86_64-deb11
|
||||
dlHash: 71af16bfff1eba0724b73e14b65aa884409e8e9bfc93420cf0ef6a2a1339333d
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha3-x86_64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 8fa498fd050bd1a69cc92a1a294feff7f8d538e7161a9b457a2db41e759bcd69
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha3-x86_64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-981alpha3-x86_64-ubuntu18_04
|
||||
dlHash: d813b051e5ec8c95bac500d69b292ddba1a3e8eb84d6b0f5df396948c9ecb932
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-ubuntu18_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-981alpha3-x86_64-ubuntu20_04
|
||||
dlHash: 85e1861fc6e27133bf546d1dbd07780fb4b93e6d8b4bac273ceeded4b88dbe3b
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-ubuntu20_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-981alpha3-x86_64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-981alpha3-x86_64-ubuntu18_04
|
||||
unknown_versioning: *ghc-981alpha3-x86_64-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 8f7ba76ddf96e342ef0f62040c5047c2c36b2a62f401b4b1f750e83451d37ace
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-linux-rocky8.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: bf0828caee2e2ba539bf65956844c56fd012ef5981e88a426f87ef0a5257314a
|
||||
dlOutput: ghc-9.8.0.20230822-x86_64-windows.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 1ddd59dae0c03577521c15404f3e928cd906e840165ef4cebd3976ae5f06063d
|
||||
dlOutput: ghc-9.8.0.20230822-aarch64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 4190475a930f0e85405095a34f2936d25af81b2e1a6efa5709eb52a82adc6014
|
||||
dlOutput: ghc-9.8.0.20230822-aarch64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.8.0.20230822/docs/users_guide/9.8.1-notes.html
|
||||
viReleaseDay: '2023-08-23'
|
||||
viSourceDL:
|
||||
dlHash: 50d4d01b6f5f5a6689d176af7cdb521bfff50104576c153146bbcb40157bcb93
|
||||
dlOutput: ghc-9.8.0.20230822-src.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-src.tar.xz
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- base-4.19.0.0
|
||||
viTestDL:
|
||||
dlHash: ec7da92a3a9c531bae1e392eb2ddc012463537c01b129ef4a040d6640ff3af1b
|
||||
dlOutput: ghc-9.8.0.20230822-testsuite.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230822
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230822/ghc-9.8.0.20230822-src.tar.xz
|
||||
|
||||
|
||||
Stack:
|
||||
2.9.2.1:
|
||||
viTags:
|
||||
- Prerelease
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.9/ChangeLog.md#v2921-release-candidate
|
||||
- old
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
@@ -670,3 +1218,93 @@ ghcupDownloads:
|
||||
dlHash: 6e9f646ecd04892cf7edda11ff989abd885e29d05ad9f88d19e22afeb6e14275
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
2.11.0.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.11/ChangeLog.md#v21101-release-candidate
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &stack-21101-64
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.11.0.1/stack-2.11.0.1-linux-x86_64-static.tar.gz
|
||||
dlHash: 051bbb3333f2e235bbd9d1473d9a54ce73023a7899a0b03f954a1e2ced069df8
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.11.0.1/stack-2.11.0.1-osx-x86_64.tar.gz
|
||||
dlHash: dfb7ae4f0efbd1e680701262f0c1e63cdaefdb2e21725669e690ef27c80fd185
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.11.0.1/stack-2.11.0.1-windows-x86_64.tar.gz
|
||||
dlHash: b22d747635aeab29aa2c194f34e05ddf2a770bc4790af62fc3c3175977ea4006
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *stack-21101-64
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.11.0.1/stack-2.11.0.1-linux-aarch64.tar.gz
|
||||
dlHash: ca8c0032c572e54df1dda4ca8841ed55fea6735b445066888aac852612855688
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/stack/2.11.0.1/stack-2.11.0.1-osx-aarch64.tar.gz
|
||||
dlHash: 9c8f5bf26f768c5b0f7d44bd4617c2fd19ff278455d9fc5adc3384f57fdf4674
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
GHCup:
|
||||
0.1.19.5:
|
||||
viTags:
|
||||
- Latest
|
||||
- Recommended
|
||||
viChangeLog: https://github.com/haskell/ghcup-hs/blob/master/CHANGELOG.md
|
||||
viSourceDL:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/ghcup-0.1.19.5-src.tar.gz
|
||||
dlSubdir: ghcup-0.1.19.5
|
||||
dlHash: abfb1f18201c77bcebae6a0282844df2cc644427270a8df9af341901211f7b9c
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &ghcup-64
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/x86_64-linux-ghcup-0.1.19.5
|
||||
dlHash: 2d07c7c64d9eb472d85210c27c4489931804fd753a99724d1df740dbf1bfc5a5
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/x86_64-apple-darwin-ghcup-0.1.19.5
|
||||
dlHash: bde41f049e795e086c1ee27a4ae0629285c56bdf041f039e798f77481a133202
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/x86_64-portbld-freebsd-ghcup-0.1.19.5
|
||||
dlHash: 6b743f440f6bf9e4525acec2bd360d8a07af06925a74d0d960b9fe7c8c90b176
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/x86_64-mingw64-ghcup-0.1.19.5.exe
|
||||
dlHash: 085fc717bcea786034133c5028e5c3e5d46da341787bb267482996e97d076c88
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *ghcup-64
|
||||
A_32:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &ghcup-32
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/i386-linux-ghcup-0.1.19.5
|
||||
dlHash: 9bb0870ae4b4fd0d4d18982f4aa88749018aed81479e51070478f699ed9a85e0
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *ghcup-32
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/aarch64-linux-ghcup-0.1.19.5
|
||||
dlHash: cea78d9189be6fd62519c9d450654e7dd4e0923a7834c38b0539ba9264c6762e
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/aarch64-apple-darwin-ghcup-0.1.19.5
|
||||
dlHash: 4dafad0be3314372e2d312ee4ff3999060826ed1b53678dc2fb8715ee4bb4c53
|
||||
A_ARM:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/0.1.19.5/armv7-linux-ghcup-0.1.19.5
|
||||
dlHash: 46147824b921b61e3161e03c638a8ff684667ea1d877df0e06721c4b2149cd5f
|
||||
|
||||
Binary file not shown.
File diff suppressed because it is too large
Load Diff
Binary file not shown.
@@ -772,5 +772,378 @@
|
||||
"9.4.4"
|
||||
]
|
||||
}
|
||||
},
|
||||
"1.10.0.0": {
|
||||
"A_64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"FreeBSD": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.5",
|
||||
"9.2.7"
|
||||
],
|
||||
"Linux_CentOS": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Debian": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Fedora": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Mint": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_RedHat": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Ubuntu": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Windows": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
]
|
||||
},
|
||||
"A_ARM64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.4",
|
||||
"9.6.1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"2.0.0.0": {
|
||||
"A_64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"FreeBSD": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.5",
|
||||
"9.2.7"
|
||||
],
|
||||
"Linux_CentOS": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Debian": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Fedora": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Mint": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_RedHat": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_Ubuntu": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Windows": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
]
|
||||
},
|
||||
"A_ARM64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.4.5",
|
||||
"9.6.1"
|
||||
]
|
||||
}
|
||||
},
|
||||
"2.0.0.1": {
|
||||
"A_64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"FreeBSD": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.5",
|
||||
"9.2.7"
|
||||
],
|
||||
"Linux_CentOS": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Debian": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Fedora": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Mint": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_RedHat": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Ubuntu": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Windows": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
]
|
||||
},
|
||||
"A_ARM64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.7",
|
||||
"9.2.8",
|
||||
"9.6.2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"2.1.0.0": {
|
||||
"A_64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"FreeBSD": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.5",
|
||||
"9.2.7"
|
||||
],
|
||||
"Linux_CentOS": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Debian": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Fedora": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Mint": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_RedHat": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Ubuntu": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Windows": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
]
|
||||
},
|
||||
"A_ARM64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.6.2"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user