Compare commits
42 Commits
ubuntu-16.
...
develop
Author | SHA1 | Date | |
---|---|---|---|
99a488d812 | |||
168ffe67a0 | |||
|
404dede2a0 | ||
dc1f856253 | |||
a0efa036ea | |||
|
1824f4a5f2 | ||
b75566fdb7 | |||
1a8f43c621 | |||
|
0eb0e41feb | ||
94a79c488a | |||
cd8c556894 | |||
6a586c209f | |||
1d55bd79dc | |||
eaf801cf9e | |||
022ea4fc9f | |||
d86cdc6ad3 | |||
0ec9a3501b | |||
6949f03f17 | |||
e00c42402c | |||
6addf3ebcd | |||
7cd13946d3 | |||
31ef65a669 | |||
211ad0ccf9 | |||
|
f9f996f2da | ||
7cd74ae04c | |||
afda237897 | |||
c673aa2b6c | |||
|
0022dff59c | ||
51635e6c8f | |||
b6ee7bd147 | |||
75ff83159f | |||
27259a5371 | |||
dac355d04e | |||
89515a5e88 | |||
9ff4c6722e | |||
7d12752e39 | |||
99f30b6972 | |||
d982705683 | |||
c0e640eaf4 | |||
b55e19ec58 | |||
2aab4576b3 | |||
05dfb012c3 |
3
.github/workflows/bindists.yaml
vendored
3
.github/workflows/bindists.yaml
vendored
@ -90,6 +90,9 @@ jobs:
|
||||
- image: linuxmintd/mint21.3-amd64
|
||||
installCmd: apt-get update && apt-get install -y
|
||||
toolRequirements: build-essential curl libffi-dev libffi7 libgmp-dev libgmp10 libncurses-dev libncurses5 libtinfo5
|
||||
- image: ghcr.io/void-linux/void-glibc-full:latest
|
||||
installCmd: xbps-install -Suy && xbps-install -y
|
||||
toolRequirements: binutils curl gcc gmp-devel glibc-devel libffi-devel make ncurses-devel ncurses-libtinfo-libs perl tar xz
|
||||
container:
|
||||
image: ${{ matrix.image }}
|
||||
steps:
|
||||
|
166
ghcup-0.0.7.yaml
166
ghcup-0.0.7.yaml
@ -18,6 +18,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 12":
|
||||
distroPKGs:
|
||||
@ -30,6 +31,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -42,7 +44,36 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses6
|
||||
- libtinfo6
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Mint:
|
||||
"( >= 20 && < 21 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi7
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 21": &linux-mint-req21
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning: *linux-mint-req21
|
||||
Linux_Ubuntu:
|
||||
"( >= 20.04 && < 20.10 )":
|
||||
distroPKGs:
|
||||
@ -55,41 +86,33 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
"( >= 20.10 && < 23 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 23":
|
||||
">= 23": &linux-ubuntu-req23
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi6
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
notes: ''
|
||||
unknown_versioning: *linux-ubuntu-req23
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )':
|
||||
distroPKGs:
|
||||
@ -101,6 +124,7 @@ toolRequirements:
|
||||
- ncurses
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -113,6 +137,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
Linux_Fedora:
|
||||
unknown_versioning:
|
||||
@ -126,6 +151,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
@ -141,6 +167,7 @@ toolRequirements:
|
||||
- musl-dev
|
||||
- ncurses-dev
|
||||
- perl
|
||||
- pkgconfig
|
||||
- tar
|
||||
- xz
|
||||
notes: ''
|
||||
@ -148,7 +175,7 @@ toolRequirements:
|
||||
unknown_versioning:
|
||||
distroPKGs: []
|
||||
notes: 'You need the following packages: curl g++ gcc gmp make ncurses realpath
|
||||
xz-utils. Consult your distro documentation on the exact names of those
|
||||
xz-utils pkg-config. Consult your distro documentation on the exact names of those
|
||||
packages.'
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
@ -168,6 +195,7 @@ toolRequirements:
|
||||
- gmake
|
||||
- ncurses
|
||||
- perl5
|
||||
- pkg-confg
|
||||
- libffi
|
||||
- libiconv
|
||||
notes: ''
|
||||
@ -4152,6 +4180,108 @@ ghcupDownloads:
|
||||
dlHash: d430345a66128c858e09dd9a90e5beabc045a9a3cedf776aea3adb45d1286276
|
||||
dlSubdir: ghc-9.6.4-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.4/ghc-9.6.4-aarch64-deb10-linux.tar.xz
|
||||
9.6.5:
|
||||
viTags:
|
||||
- base-4.18.2.1
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.5/docs/users_guide/9.6.5-notes.html
|
||||
viSourceDL:
|
||||
dlHash: 87b389924f98c1a26c205122757338c8dab33ad1fcf670faa22622742432b93c
|
||||
dlSubdir: ghc-9.6.5
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-src.tar.xz
|
||||
viTestDL:
|
||||
dlHash: dca3df48975cf7917db4e3ff6212e9478ce48337cb1a13e3007a3d1a8009a24c
|
||||
dlSubdir: ghc-9.6.5/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-testsuite.tar.xz
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-965-32-deb9
|
||||
dlHash: 10f62a735769cc76d035f67dc4bae4a595ec6c746aedec661130f1dce388dd49
|
||||
dlSubdir: ghc-9.6.5-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: f711a4d9f4c7c8857ccc2f867fbe492855a0393a10b457d6aed33dbb2ed0fe2a
|
||||
dlSubdir: ghc-9.6.5-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: ec49f8f2aa8bbf31e34646998b48f283351b9d0fccc2905824b5cf2d0c2fa974
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-965-64-centos7
|
||||
dlHash: 1c5abc04f400151c0d0ea6c4676474215b88a957171aa06cf2279eb70263ac66
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 3851029d4af6353e75f5a6d4055e0a3ab95ad986d71a603901000af048ff106e
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb10-linux.tar.xz
|
||||
< 10: &ghc-965-64-deb9
|
||||
dlHash: d37024b8f300098025b3612e210366fcfafd717de3eac9bc29c29f3c280bb6a1
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-965-64-deb11
|
||||
dlHash: 8cd8dc9c870540dab142f2dc4eda174a98be7312975696169c363704d8fcf094
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 1b8c3c7e8d685cfc5a5c36e24233ea625fbc1540ceec52e908dea669b5bee436
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-965-64-ubuntu1804
|
||||
dlHash: 01049e2a8e8e14c6599ddb7c2c3339aefc0e1f81fe281d51edcbed6b395cea7a
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-965-64-ubuntu2004
|
||||
dlHash: c848b49ff356349944db32260908269e4e02663daba668b409be0717bf48f103
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu20_04-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-ubuntu2004
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 18 ): *ghc-965-64-deb9
|
||||
( >= 18 && < 19 ): *ghc-965-64-ubuntu1804
|
||||
unknown_versioning: *ghc-965-64-ubuntu2004
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &ghc-965-64-rocky8
|
||||
dlHash: 5a5cfdaf8a6092aaf9f07b5d0c76f13701537afdbbe67eabb6963cc7c7da3057
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: c8e17c561823448fb2a4348b86291185e578383a30ceff8c11a297c1a559fd68
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-unknown-mingw32.tar.xz
|
||||
FreeBSD:
|
||||
'>= 14': &ghc-965-64-freebsd14
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-portbld-freebsd.tar.xz
|
||||
dlSubdir: ghc-9.6.5-x86_64-portbld-freebsd
|
||||
dlHash: 57d536629f386fedaa4d0c562e4138b596a4ea917dab2dc7f78d2e09a6b2c642
|
||||
unknown_versioning: *ghc-965-64-freebsd14
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 5bf83b97f818b0a248cb9f7b400110ce22341315250f7de265249ee1f8be7ac8
|
||||
dlSubdir: ghc-9.6.5-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: fc4e2df394b9d6f48bdb0abaabad1c97825264cbe4e75e7463fc794cb3f87047
|
||||
dlSubdir: ghc-9.6.5-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-aarch64-deb10-linux.tar.xz
|
||||
9.8.1:
|
||||
viArch:
|
||||
A_32:
|
||||
@ -4979,8 +5109,7 @@ ghcupDownloads:
|
||||
unknown_versioning: *cabal-31020-arm64
|
||||
3.10.2.1:
|
||||
viPostInstall: "cabal run is currently partially broken on Windows, please see https://github.com/haskell/cabal/issues/9334"
|
||||
viTags:
|
||||
- Recommended
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.0.md
|
||||
viArch:
|
||||
A_64:
|
||||
@ -5081,6 +5210,7 @@ ghcupDownloads:
|
||||
3.10.3.0:
|
||||
viTags:
|
||||
- Latest
|
||||
- Recommended
|
||||
viChangeLog: https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.3.0.md
|
||||
viArch:
|
||||
A_64:
|
||||
|
Binary file not shown.
208
ghcup-0.0.8.yaml
208
ghcup-0.0.8.yaml
@ -18,6 +18,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 12":
|
||||
distroPKGs:
|
||||
@ -30,6 +31,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -42,7 +44,36 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses6
|
||||
- libtinfo6
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Mint:
|
||||
"( >= 20 && < 21 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi7
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 21": &linux-mint-req21
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning: *linux-mint-req21
|
||||
Linux_Ubuntu:
|
||||
"( >= 20.04 && < 20.10 )":
|
||||
distroPKGs:
|
||||
@ -55,41 +86,60 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
"( >= 20.10 && < 23 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 23":
|
||||
">= 23": &linux-ubuntu-req23
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
unknown_versioning: *linux-ubuntu-req23
|
||||
Linux_Rocky:
|
||||
'( >= 8 && < 9)':
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi6
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- gmp
|
||||
- gmp-devel
|
||||
- make
|
||||
- ncurses
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
'>= 9': &linux-rocky-req9
|
||||
distroPKGs:
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- gmp
|
||||
- gmp-devel
|
||||
- make
|
||||
- ncurses
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning: *linux-rocky-req9
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )':
|
||||
distroPKGs:
|
||||
@ -101,6 +151,7 @@ toolRequirements:
|
||||
- ncurses
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -113,6 +164,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
Linux_Fedora:
|
||||
unknown_versioning:
|
||||
@ -126,6 +178,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
@ -141,14 +194,32 @@ toolRequirements:
|
||||
- musl-dev
|
||||
- ncurses-dev
|
||||
- perl
|
||||
- pkgconfig
|
||||
- tar
|
||||
- xz
|
||||
notes: ''
|
||||
Linux_Void:
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
- binutils
|
||||
- curl
|
||||
- gcc
|
||||
- gmp-devel
|
||||
- glibc-devel
|
||||
- libffi-devel
|
||||
- make
|
||||
- ncurses-devel
|
||||
- ncurses-libtinfo-libs
|
||||
- perl
|
||||
- pkg-config
|
||||
- tar
|
||||
- xz
|
||||
notes: These instructions are for glibc based Void. If you use musl flavor, check out https://www.haskell.org/ghcup/install/#void-linux
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
distroPKGs: []
|
||||
notes: 'You need the following packages: curl g++ gcc gmp make ncurses realpath
|
||||
xz-utils. Consult your distro documentation on the exact names of those
|
||||
xz-utils pkg-config. Consult your distro documentation on the exact names of those
|
||||
packages.'
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
@ -168,6 +239,7 @@ toolRequirements:
|
||||
- gmake
|
||||
- ncurses
|
||||
- perl5
|
||||
- pkg-confg
|
||||
- libffi
|
||||
- libiconv
|
||||
notes: ''
|
||||
@ -4154,6 +4226,110 @@ ghcupDownloads:
|
||||
dlHash: d430345a66128c858e09dd9a90e5beabc045a9a3cedf776aea3adb45d1286276
|
||||
dlSubdir: ghc-9.6.4-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.4/ghc-9.6.4-aarch64-deb10-linux.tar.xz
|
||||
9.6.5:
|
||||
viTags:
|
||||
- base-4.18.2.1
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.5/docs/users_guide/9.6.5-notes.html
|
||||
viSourceDL:
|
||||
dlHash: 87b389924f98c1a26c205122757338c8dab33ad1fcf670faa22622742432b93c
|
||||
dlSubdir: ghc-9.6.5
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-src.tar.xz
|
||||
viTestDL:
|
||||
dlHash: dca3df48975cf7917db4e3ff6212e9478ce48337cb1a13e3007a3d1a8009a24c
|
||||
dlSubdir: ghc-9.6.5/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-testsuite.tar.xz
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-965-32-deb9
|
||||
dlHash: 10f62a735769cc76d035f67dc4bae4a595ec6c746aedec661130f1dce388dd49
|
||||
dlSubdir: ghc-9.6.5-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: f711a4d9f4c7c8857ccc2f867fbe492855a0393a10b457d6aed33dbb2ed0fe2a
|
||||
dlSubdir: ghc-9.6.5-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: ec49f8f2aa8bbf31e34646998b48f283351b9d0fccc2905824b5cf2d0c2fa974
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-965-64-centos7
|
||||
dlHash: 1c5abc04f400151c0d0ea6c4676474215b88a957171aa06cf2279eb70263ac66
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 3851029d4af6353e75f5a6d4055e0a3ab95ad986d71a603901000af048ff106e
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb10-linux.tar.xz
|
||||
< 10: &ghc-965-64-deb9
|
||||
dlHash: d37024b8f300098025b3612e210366fcfafd717de3eac9bc29c29f3c280bb6a1
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-965-64-deb11
|
||||
dlHash: 8cd8dc9c870540dab142f2dc4eda174a98be7312975696169c363704d8fcf094
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 1b8c3c7e8d685cfc5a5c36e24233ea625fbc1540ceec52e908dea669b5bee436
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-965-64-ubuntu1804
|
||||
dlHash: 01049e2a8e8e14c6599ddb7c2c3339aefc0e1f81fe281d51edcbed6b395cea7a
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-965-64-ubuntu2004
|
||||
dlHash: c848b49ff356349944db32260908269e4e02663daba668b409be0717bf48f103
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu20_04-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-ubuntu2004
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 18 ): *ghc-965-64-deb9
|
||||
( >= 18 && < 19 ): *ghc-965-64-ubuntu1804
|
||||
unknown_versioning: *ghc-965-64-ubuntu2004
|
||||
Linux_Rocky:
|
||||
unknown_versioning: &ghc-965-64-rocky8
|
||||
dlHash: 5a5cfdaf8a6092aaf9f07b5d0c76f13701537afdbbe67eabb6963cc7c7da3057
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-rocky8-linux.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-965-64-rocky8
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: c8e17c561823448fb2a4348b86291185e578383a30ceff8c11a297c1a559fd68
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-unknown-mingw32.tar.xz
|
||||
FreeBSD:
|
||||
'>= 14': &ghc-965-64-freebsd14
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-x86_64-portbld-freebsd.tar.xz
|
||||
dlSubdir: ghc-9.6.5-x86_64-portbld-freebsd
|
||||
dlHash: 57d536629f386fedaa4d0c562e4138b596a4ea917dab2dc7f78d2e09a6b2c642
|
||||
unknown_versioning: *ghc-965-64-freebsd14
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 5bf83b97f818b0a248cb9f7b400110ce22341315250f7de265249ee1f8be7ac8
|
||||
dlSubdir: ghc-9.6.5-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/ghcup/unofficial-bindists/ghc/9.6.5/ghc-9.6.5-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: fc4e2df394b9d6f48bdb0abaabad1c97825264cbe4e75e7463fc794cb3f87047
|
||||
dlSubdir: ghc-9.6.5-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-aarch64-deb10-linux.tar.xz
|
||||
9.8.1:
|
||||
viArch:
|
||||
A_32:
|
||||
@ -4985,8 +5161,7 @@ ghcupDownloads:
|
||||
unknown_versioning: *cabal-31020-arm64
|
||||
3.10.2.1:
|
||||
viPostInstall: "cabal run is currently partially broken on Windows, please see https://github.com/haskell/cabal/issues/9334"
|
||||
viTags:
|
||||
- Recommended
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.2.0.md
|
||||
viArch:
|
||||
A_64:
|
||||
@ -5097,6 +5272,7 @@ ghcupDownloads:
|
||||
3.10.3.0:
|
||||
viTags:
|
||||
- Latest
|
||||
- Recommended
|
||||
viChangeLog: https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-3.10.3.0.md
|
||||
viArch:
|
||||
A_64:
|
||||
|
Binary file not shown.
@ -27,6 +27,35 @@ ghcupDownloads:
|
||||
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
|
||||
javascript-unknown-ghcjs-9.10.0.20240413:
|
||||
viPreInstall: |
|
||||
To use this bindist, you have to use emscripten version 3.1.57
|
||||
Also see: https://www.haskell.org/ghcup/guide/#ghc-js-cross-bindists-experimental
|
||||
viTags:
|
||||
- base-4.20.0.0
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.10.0.20240413/ghc-javascript-unknown-ghcjs-9.10.0.20240413-x86_64-linux-rocky-8.9-2024-04-16-dc318739.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-javascript-unknown-ghcjs
|
||||
dlHash: dc318739b1ec4f1051dd4b38793b5fbc8eb4dea56b6177d1fe212edcf9e28b30
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.10.0.20240413/ghc-javascript-unknown-ghcjs-9.10.0.20240413-x86_64-darwin-2024-04-16-a819da18.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-javascript-unknown-ghcjs
|
||||
dlHash: a819da1875e9763da5732c37dc7f36eb6e9eb6d33ddc6ea11894df9cfa18a6ee
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.10.0.20240413/ghc-javascript-unknown-ghcjs-9.10.0.20240413-aarch64-darwin-2024-04-16-c946719b.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-javascript-unknown-ghcjs
|
||||
dlHash: c946719b31f9249e899fdc15351b86a4297e66857ce4063743b1bcbd62cf9e0e
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/ghc/javascript-unknown-ghcjs-9.10.0.20240413/ghc-javascript-unknown-ghcjs-9.10.0.20240413-aarch64-linux-debian-12-2024-04-16-5f63452c.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-javascript-unknown-ghcjs
|
||||
dlHash: 5f63452c8bee2fcc1282645158bcd20bae7ff93181f3e5d5dc8b2aa8d15f4696
|
||||
wasm32-wasi-9.6.3.20230927:
|
||||
viTags:
|
||||
- base-4.18.1.0
|
||||
@ -93,6 +122,19 @@ ghcupDownloads:
|
||||
dlHash: e2ee5a0417f3617a93f8ca8df2b455c17e50dd5fb750b2fbe37e75982c3a4917
|
||||
dlSubdir: ghc-9.10.0.20240313-wasm32-wasi
|
||||
dlUri: https://github.com/amesgen/ghc-wasm-bindists/releases/download/20240318T183143/wasm32-wasi-ghc-9.10.tar.xz
|
||||
dlOutput: ghc-x86_64-linux-alpine3_18-wasm-cross_wasm32-wasi-release+fully_static.tar.xz
|
||||
dlOutput: ghc-9.10.0.20240313-x86_64-linux-alpine3_18-wasm-cross_wasm32-wasi-release+fully_static.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *ghc-wasm32-wasi-9101-64-static
|
||||
wasm32-wasi-9.10.0.20240412:
|
||||
viTags:
|
||||
- base-4.20.0.0
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &ghc-wasm32-wasi-9101-a3-64-static
|
||||
dlHash: e7648d84f7948d53dcd6935a0358967dc8d5d68ee3a60c0706f4b5a94a0fb628
|
||||
dlSubdir: ghc-9.10.0.20240412-wasm32-wasi
|
||||
dlUri: https://github.com/amesgen/ghc-wasm-bindists/releases/download/20240414T232345/wasm32-wasi-ghc-9.10.tar.xz
|
||||
dlOutput: ghc-9.10.0.20240412-x86_64-linux-alpine3_18-wasm-cross_wasm32-wasi-release+fully_static.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *ghc-wasm32-wasi-9101-a3-64-static
|
||||
|
Binary file not shown.
@ -1570,7 +1570,8 @@ ghcupDownloads:
|
||||
RegexDir: "stack-.*"
|
||||
2.15.4.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- Prerelease
|
||||
- old
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.15/ChangeLog.md#v21541-release-candidate---2024-03-20
|
||||
viArch:
|
||||
A_64:
|
||||
@ -1607,3 +1608,42 @@ ghcupDownloads:
|
||||
dlHash: 1361f068a3ccfec59a6290f94ebfe38d42dd368b8e6c937375d9e3ec3cbdbc1e
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
2.15.6.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.15/ChangeLog.md#v21561-release-candidate
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &stack-21561-64
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-linux-x86_64.tar.gz
|
||||
dlHash: 34f67ae9868d80a6afb152ccd89bebde2f6140cdda262f9ec4690366398fb360
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-osx-x86_64.tar.gz
|
||||
dlHash: f705ebf804a8837cdfd017838e4e2f2b4fc5866cc5f631e2a90e5f28512cc7e4
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-windows-x86_64.tar.gz
|
||||
dlHash: 839f62c7bff7f8b385f9cbbb4fe758bfadbd71acca54b1ee92f1aa8fce82a33e
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *stack-21561-64
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-linux-aarch64.tar.gz
|
||||
dlHash: ee40ea016655570d4b91d4f0629e5e1161e0774efce060455f11b73d86b69e38
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-osx-aarch64.tar.gz
|
||||
dlHash: f532383713e247340cea2f3e4666b1d1a2839f31f6c380bb3d0367c8145a512c
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
|
Binary file not shown.
@ -96,7 +96,7 @@ ghcupDownloads:
|
||||
dlHash: 143589378a4a0e6a948c9130e42832feee189dc89ab7f29088db4b11db6d61a3
|
||||
3.9.0.0:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- Prerelease
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
@ -119,6 +119,138 @@ ghcupDownloads:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~cabal/cabal-install-3.9.0.0/cabal-install-3.9-aarch64-darwin.tar.xz
|
||||
dlHash: afef71289ef8464bb7f9c7c8face9856b4fc5e7c80a0dba45d39aa82c101b61c
|
||||
3.11.0.0.2024.4.19:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_Debian:
|
||||
'< 10': &cabal-311002024419-64-deb9
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-deb9.tar.xz
|
||||
dlHash: d27e9f398abb365c68e7dc70d2a866d71cacd8b856ec1e05c6825fe463688f91
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-deb9.tar.xz"
|
||||
'(>= 10 && < 11)': &cabal-311002024419-64-deb10
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-deb10.tar.xz
|
||||
dlHash: bb256767f8a0cec54cc62eebd5d67d8ec8ba56c85c84da5845aa86d7f563ba2d
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-deb10.tar.xz"
|
||||
'( >= 11)': &cabal-311002024419-64-deb11
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-deb11.tar.xz
|
||||
dlHash: a37eedf1958ee594db3d82eeb29e7f49020416d1ec0e8d8d4664a7148c17551c
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-deb11.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-deb9
|
||||
Linux_Ubuntu:
|
||||
'( >= 16 && < 19 )': &cabal-311002024419-64-ubuntu18
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-ubuntu18.04.tar.xz
|
||||
dlHash: 84caa4057c281da357309190f82178b43870abf43ce771533ace79983be890a9
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-ubuntu18.04.tar.xz"
|
||||
'( >= 20 && < 22 )': &cabal-311002024419-64-ubuntu20
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-ubuntu20.04.tar.xz
|
||||
dlHash: a6961a719af6eca5a1ee8252b651fa73f5aa91c285c431321394b9b67504cdde
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-ubuntu20.04.tar.xz"
|
||||
'( >= 22 )': &cabal-311002024419-64-ubuntu22
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-ubuntu22.04.tar.xz
|
||||
dlHash: d9465020041a1625e548a5373c43796bfe62d21198d14e7b90222a7e01c3ccce
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-ubuntu22.04.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-ubuntu18
|
||||
Linux_Mint:
|
||||
'(>= 20 && < 21)': &cabal-311002024419-64-mint20
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-mint20.tar.xz
|
||||
dlHash: dc66d796741058f95199ae3dc0eac29937ae984c15d6791f9af909cc4be05f41
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-mint20.tar.xz"
|
||||
'>= 21': &cabal-311002024419-64-mint21
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-mint21.tar.xz
|
||||
dlHash: e9f2632aa97ac4ff29d803fa916d8ac76912fec8514c030133db3e65c1023d92
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-mint21.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-mint20
|
||||
Linux_Fedora:
|
||||
'< 33': &cabal-311002024419-64-fedora27
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-fedora27.tar.xz
|
||||
dlHash: 5f038eff7d0be3ed64635a23f7d7f3e6e83480233b9972023ab89abfccd4bb4d
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-fedora27.tar.xz"
|
||||
'(>= 33 && < 37)': &cabal-311002024419-64-fedora33
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-fedora33.tar.xz
|
||||
dlHash: 6db0eb11ddf19a16e0c99f1ce81abd886ac889901eb007a440e12dcb5dcec4a0
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-fedora33.tar.xz"
|
||||
'>= 37': &cabal-311002024419-64-fedora37
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-fedora37.tar.xz
|
||||
dlHash: e1951561de05b7138d62218979bfebd679b61809c3b82b3b75818b7e51a21084
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-fedora37.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-fedora27
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )': &cabal-311002024419-64-centos
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-centos7.tar.xz
|
||||
dlHash: e4aab51fd57f91830cf1730e4f7e413140d725c23aada5afa4c42d6bcf300742
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-centos7.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-centos
|
||||
Linux_Rocky:
|
||||
'( >= 8 && < 9 )': &cabal-311002024419-64-rocky8
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-rocky8.tar.xz
|
||||
dlHash: 86882f5abab5b9e59028f95c04e15c52bd7351d5277587066c048e7478859ff0
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-rocky8.tar.xz"
|
||||
'( >= 9 )': &cabal-311002024419-64-rocky9
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-rocky9.tar.xz
|
||||
dlHash: 695a11b4e0f41a46c198221f9dffc7796d7169bb03862b2902a05270839453e5
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-rocky9.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-rocky8
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *cabal-311002024419-64-centos
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &cabal-311002024419-64-unknown
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-unknown.tar.xz
|
||||
dlHash: 10d67faf63f3a46ed35c62684f6c8df9ed6151a7d78c389132211b7f54cf5f52
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-unknown.tar.xz"
|
||||
Linux_Alpine:
|
||||
'( >= 3.12 && < 3.19 )': &cabal-311002024419-64-alpine312
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-alpine312.tar.xz
|
||||
dlHash: de9c36f435d5e85b3d492b336fe12beed27867fe43d4b2bb2b4530fabc1d42ed
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-alpine312.tar.xz"
|
||||
'( >= 3.19 )': &cabal-311002024419-64-alpine319
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-linux-alpine319.tar.xz
|
||||
dlHash: 528d8c13b5c9c7ac58e61f946731f8a975cc39421063ba649b8e036c96cabfcb
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-linux-alpine319.tar.xz"
|
||||
unknown_versioning: *cabal-311002024419-64-unknown
|
||||
Linux_Void:
|
||||
unknown_versioning: *cabal-311002024419-64-unknown
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-apple-darwin.tar.xz
|
||||
dlHash: bf5167226ee7dad567339cf7ea93c0cad4abbbec64f9f888a851628f3cc701cc
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-apple-darwin.tar.xz"
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-mingw64.zip
|
||||
dlHash: ef9b82699a98940febc0e8d246549762df3d3f7049711968e228221aaf94657c
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-mingw64.zip"
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-x86_64-portbld-freebsd.tar.xz
|
||||
dlHash: 5578e9201c8b125be8a7153d1722c73437b7013cdb7fb302d8c490751455f2df
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-x86_64-portbld-freebsd.tar.xz"
|
||||
A_32:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &cabal-311002024419-32-unknown
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-i386-linux-unknown.tar.xz
|
||||
dlHash: 0487b0163b367c57fd06ecc654d1863fda22f6f9db1a87ecc8905daee4ae1c36
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-i386-linux-unknown.tar.xz"
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *cabal-311002024419-32-unknown
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-aarch64-linux-deb10.tar.xz
|
||||
dlHash: 0aea2a9ba4ea4700740837443bae4cbcdd6bf08201b43d77fb5a93201f2f71cb
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-aarch64-linux-deb10.tar.xz"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlHash: 1d916da39b0288367b0b92cbd3d86e9dbbaa6f759d19af2b4fa685de3a81547a
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-aarch64-apple-darwin.tar.xz"
|
||||
A_ARM:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.11.0.0.2024.4.19/cabal-install-3.11.0.0-armv7-linux-deb10.tar.xz
|
||||
dlHash: 90fed48d921a94bcd0830265d5ccf535a39d3a3e10fc661d9e2cb10798f1a972
|
||||
dlOutput: "cabal-install-3.11.0.0.2024.4.19-armv7-linux-deb10.tar.xz"
|
||||
GHC:
|
||||
9.4.0.20220501:
|
||||
viTags:
|
||||
@ -1617,13 +1749,229 @@ ghcupDownloads:
|
||||
dlSubdir: ghc-9.10.0.20240328
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240328/ghc-9.10.0.20240328-src.tar.xz
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- Prerelease
|
||||
- base-4.20.0.0
|
||||
viTestDL:
|
||||
dlHash: a994208264c4eac62eb7129e1a6b7ecbfb25c1a76eba51b69508b97726b020c9
|
||||
dlSubdir: ghc-9.10.0.20240328/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240328/ghc-9.10.0.20240328-testsuite.tar.xz
|
||||
|
||||
9.10.0.20240413:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
unknown_versioning: &ghc9101alpha3-i386-deb10
|
||||
dlHash: 998bbfa4ac19105863abccaa1392a47e1665b5b5ef3170674493e0dc30de548e
|
||||
dlOutput: ghc-9.10.0.20240413-i386-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-i386-deb10-linux.tar.xz
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc9101alpha3-i386-deb10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc9101alpha3-i386-deb10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc9101alpha3-i386-deb10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 835be6f7f97460c9705e80d282790d844878ced3f5b20e160ed2e94f8c72a041
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: efa5e81ac1f7fcef4c54a03fd58885c83df8baa5c035b2a57de3aeb53e9d3bf2
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-alpine3_12.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc9101alpha3-x86_64-centos7
|
||||
dlHash: 4d505bf966d42aa42ac58a66b0920da1bca78963c4de4afb69bcd8c5030a16bc
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc9101alpha3-x86_64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: cc753bb8a153ea9ccb0eca8c1b10fe77b96311874978c0ac9af142b43d9fd9a7
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-deb10-linux.tar.xz
|
||||
< 10: &ghc9101alpha3-x86_64-deb9
|
||||
dlHash: 643a25f1fd46c6c7728e96c1bfb7718c3afc96922f92ab55dff8714dede3db75
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc9101alpha3-x86_64-deb11
|
||||
dlHash: f6ee6a4ce43f2b83eb7eb6e20d227d913da9870764d51cbc18ad0db287fc1ec6
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc9101alpha3-x86_64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 20e81cb950cb7c87f782e750e2413e4ed6457de426a1440b1044d2beac568a9f
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc9101alpha3-x86_64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc9101alpha3-x86_64-ubuntu18_04
|
||||
dlHash: 3fd4a000cee0e264bb3fe6c1e0b997bb6db0bc7abe98e87ff08a32e0b0e12526
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-ubuntu18_04.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc9101alpha3-x86_64-ubuntu20_04
|
||||
dlHash: 887d845ad779b0eabb26c3eee74676a713542537ec74ef95c868ddd3bb79ded2
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-ubuntu20_04.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc9101alpha3-x86_64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 18 ): *ghc9101alpha3-x86_64-deb9
|
||||
( >= 18 && < 19 ): *ghc9101alpha3-x86_64-ubuntu18_04
|
||||
unknown_versioning: *ghc9101alpha3-x86_64-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 33b22792daa179454ea60f6f89a72b9059618dc3d4271526d45c8e5229d37a7d
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-linux-rocky8.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: f1cbde90e2172012deb5c94b65e032d289a0c0d39733a609eac408b2a7c346b5
|
||||
dlOutput: ghc-9.10.0.20240413-x86_64-windows.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: bf0b33112fed2bf59fec3b82fac958544dd64ff6589c30936ee665cf1ea4147d
|
||||
dlOutput: ghc-9.10.0.20240413-aarch64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 825ecdc328b5d534ad0940860ff027a23e746250202b5f983b04eaaa6d826bd7
|
||||
dlOutput: ghc-9.10.0.20240413-aarch64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.10.0.20240413-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.10.0.20240413/docs/users_guide/9.10.1-notes.html
|
||||
viReleaseDay: '2024-04-13'
|
||||
viSourceDL:
|
||||
dlHash: a81099b587985ed1fc0ae9efec3956aed55ce6e5b45bb4e6607f3f4ee006ec3a
|
||||
dlSubdir: ghc-9.10.0.20240413
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-src.tar.xz
|
||||
viTags:
|
||||
- Prerelease
|
||||
- base-4.20.0.0
|
||||
viTestDL:
|
||||
dlHash: ecb0bd1ec4a9552f2a4e71b8b6df2ff48280901b87ef190a7ddb422fe3625644
|
||||
dlSubdir: ghc-9.10.0.20240413/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240413/ghc-9.10.0.20240413-testsuite.tar.xz
|
||||
|
||||
9.10.0.20240426:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
unknown_versioning: &ghc9101rc1-i386-linux-deb10
|
||||
dlHash: 5ad85b62a6db09a57fb2a29b93dc5baee9338b40a27012de192230ddf05c2ae1
|
||||
dlSubdir: ghc-9.10.0.20240426-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-i386-deb10-linux.tar.xz
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc9101rc1-i386-linux-deb10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc9101rc1-i386-linux-deb10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc9101rc1-i386-linux-deb10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: f854c74a949f6651a113f891358743383aab3fff0f29bcdb3e4860b30b3a03ce
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: c7d0078d25275e3c5ae38315593d250deb4371e3e27a175d69035e7d4daf6d13
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc9101rc1-x86_64-centos7
|
||||
dlHash: e7585ca3d750ec43ae61763f07189368243ba483e343ccfd3f8db0e185c4df72
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc9101rc1-x86_64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: c5ae28657414499be0b439da68622b11143c5fc7f3a8290c84b3113080e6af5e
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-deb10-linux.tar.xz
|
||||
< 10: &ghc9101rc1-x86_64-deb9
|
||||
dlHash: 5b31367db474f36e8cca677968bec0e17dc820a1c1148489734bd40854801255
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc9101rc1-x86_64-deb11
|
||||
dlHash: a4df3664b24294ff0f83d16ffa70b59f489bd1a120957358f7eb36c7cc2e2f01
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc9101rc1-x86_64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: f25c93a1fae2dde327dc34c72002414373871caa4253b7b90bb58484a8ec92fc
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc9101rc1-x86_64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc9101rc1-x86_64-ubuntu18_04
|
||||
dlHash: 0154dbbbe77b7524c01c4defd6d885e948221943287009baa3cd0c151623f233
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc9101rc1-x86_64-ubuntu20_04
|
||||
dlHash: 1e46d968507f3991d8103abfbdc19f0dbfccc60676ee2a686ea60523524741aa
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc9101rc1-x86_64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 18 ): *ghc9101rc1-x86_64-deb9
|
||||
( >= 18 && < 19 ): *ghc9101rc1-x86_64-ubuntu18_04
|
||||
unknown_versioning: *ghc9101rc1-x86_64-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 775065ec1f59fc7ddf99418b7fe7cbf80289d358e1e8bb30ba6575542716837a
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 499210e6829b7ab062233ba550928bfa33de475258b00a52dbca4945ac2ff05d
|
||||
dlSubdir: ghc-9.10.0.20240426-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 87b1388e941336b00d165550b08a97edb7991d669fef28b594924df7d591a425
|
||||
dlSubdir: ghc-9.10.0.20240426-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 7f8d1f4e54164a9b7ac08b907745ac5ba74b979fa2e063cf26365187098c3098
|
||||
dlSubdir: ghc-9.10.0.20240426-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.10.0.20240426/docs/users_guide/9.10.1-notes.html
|
||||
viReleaseDay: '2024-04-26'
|
||||
viSourceDL:
|
||||
dlHash: f6e708cefa3025822a1f1a4d35dd0359327f0f31e9a5b17373430a7bdadf6544
|
||||
dlSubdir: ghc-9.10.0.20240426
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-src.tar.xz
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- base-4.20.0.0
|
||||
viTestDL:
|
||||
dlHash: 0598a8466df0a41bb2a26e973d7ae52ab74a6d87643beb22a16e4acce9cb0db1
|
||||
dlSubdir: ghc-9.10.0.20240426/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.10.0.20240426/ghc-9.10.0.20240426-testsuite.tar.xz
|
||||
|
||||
Stack:
|
||||
2.9.2.1:
|
||||
viTags:
|
||||
@ -1780,7 +2128,8 @@ ghcupDownloads:
|
||||
RegexDir: "stack-.*"
|
||||
2.15.4.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- Prerelease
|
||||
- old
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.15/ChangeLog.md#v21541-release-candidate---2024-30-20
|
||||
viArch:
|
||||
A_64:
|
||||
@ -1817,3 +2166,42 @@ ghcupDownloads:
|
||||
dlHash: 1361f068a3ccfec59a6290f94ebfe38d42dd368b8e6c937375d9e3ec3cbdbc1e
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
2.15.6.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.15/ChangeLog.md#v21561-release-candidate
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &stack-21561-64
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-linux-x86_64.tar.gz
|
||||
dlHash: 34f67ae9868d80a6afb152ccd89bebde2f6140cdda262f9ec4690366398fb360
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-osx-x86_64.tar.gz
|
||||
dlHash: f705ebf804a8837cdfd017838e4e2f2b4fc5866cc5f631e2a90e5f28512cc7e4
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-windows-x86_64.tar.gz
|
||||
dlHash: 839f62c7bff7f8b385f9cbbb4fe758bfadbd71acca54b1ee92f1aa8fce82a33e
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *stack-21561-64
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-linux-aarch64.tar.gz
|
||||
dlHash: ee40ea016655570d4b91d4f0629e5e1161e0774efce060455f11b73d86b69e38
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.15.6.1/stack-2.15.6.1-osx-aarch64.tar.gz
|
||||
dlHash: f532383713e247340cea2f3e4666b1d1a2839f31f6c380bb3d0367c8145a512c
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
|
Binary file not shown.
@ -18,6 +18,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 12":
|
||||
distroPKGs:
|
||||
@ -30,6 +31,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -42,7 +44,36 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses6
|
||||
- libtinfo6
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Mint:
|
||||
"( >= 20 && < 21 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi7
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 21": &linux-mint-req21
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning: *linux-mint-req21
|
||||
Linux_Ubuntu:
|
||||
"( >= 20.04 && < 20.10 )":
|
||||
distroPKGs:
|
||||
@ -55,41 +86,33 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
"( >= 20.10 && < 23 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 23":
|
||||
">= 23": &linux-ubuntu-req23
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi6
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
notes: ''
|
||||
unknown_versioning: *linux-ubuntu-req23
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )':
|
||||
distroPKGs:
|
||||
@ -101,6 +124,7 @@ toolRequirements:
|
||||
- ncurses
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -113,6 +137,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
Linux_Fedora:
|
||||
unknown_versioning:
|
||||
@ -126,6 +151,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
@ -141,6 +167,7 @@ toolRequirements:
|
||||
- musl-dev
|
||||
- ncurses-dev
|
||||
- perl
|
||||
- pkgconfig
|
||||
- tar
|
||||
- xz
|
||||
notes: ''
|
||||
@ -148,7 +175,7 @@ toolRequirements:
|
||||
unknown_versioning:
|
||||
distroPKGs: []
|
||||
notes: 'You need the following packages: curl g++ gcc gmp make ncurses realpath
|
||||
xz-utils. Consult your distro documentation on the exact names of those
|
||||
xz-utils pkg-config. Consult your distro documentation on the exact names of those
|
||||
packages.'
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
@ -168,6 +195,7 @@ toolRequirements:
|
||||
- gmake
|
||||
- ncurses
|
||||
- perl5
|
||||
- pkg-confg
|
||||
- libffi
|
||||
- libiconv
|
||||
notes: ''
|
||||
@ -3931,6 +3959,104 @@ ghcupDownloads:
|
||||
dlHash: 6e13282fbebffdbfa0a49889437444c9a90cfe5760c47969cd4245854c338d73
|
||||
dlSubdir: ghc-9.6.4/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.4/ghc-9.6.4-testsuite.tar.xz
|
||||
9.6.5:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-965-32-deb9
|
||||
dlHash: 10f62a735769cc76d035f67dc4bae4a595ec6c746aedec661130f1dce388dd49
|
||||
dlSubdir: ghc-9.6.5-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: db766b22a92cc0a388d16f4ed0f624da81f80a0ce7b28db9cbf186cbfddd7953
|
||||
dlSubdir: ghc-9.6.5-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 5539c84159f53abd2ac192fe8a4914de1f705a6a941b6ae96382d65b5b13121c
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-965-64-centos7
|
||||
dlHash: d4d5924693091300e88b7ec6695c9807abee330ee2663cf899e6e76af63716ba
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 3851029d4af6353e75f5a6d4055e0a3ab95ad986d71a603901000af048ff106e
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: d37024b8f300098025b3612e210366fcfafd717de3eac9bc29c29f3c280bb6a1
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-965-64-deb11
|
||||
dlHash: 8cd8dc9c870540dab142f2dc4eda174a98be7312975696169c363704d8fcf094
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 1b8c3c7e8d685cfc5a5c36e24233ea625fbc1540ceec52e908dea669b5bee436
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-965-64-ubuntu1804
|
||||
dlHash: 01049e2a8e8e14c6599ddb7c2c3339aefc0e1f81fe281d51edcbed6b395cea7a
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-965-64-ubuntu2004
|
||||
dlHash: c848b49ff356349944db32260908269e4e02663daba668b409be0717bf48f103
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-965-64-ubuntu1804
|
||||
unknown_versioning: *ghc-965-64-ubuntu2004
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 080d2bfca3b9b68d98894c31f4d5eaa0d62f44d27e526ae50c3fa63115693440
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 8f9c98198483a32f1b7f76679b40f1a3cc3bc76184ea109dceebc9f01fe21530
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 758756e4eeb143f72f445e6dcb9ab3d6ec71bc67eca9545684133f3746e1d711
|
||||
dlSubdir: ghc-9.6.5-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: fc4e2df394b9d6f48bdb0abaabad1c97825264cbe4e75e7463fc794cb3f87047
|
||||
dlSubdir: ghc-9.6.5-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.5/docs/users_guide/9.6.5-notes.html
|
||||
viSourceDL:
|
||||
dlHash: 87b389924f98c1a26c205122757338c8dab33ad1fcf670faa22622742432b93c
|
||||
dlSubdir: ghc-9.6.5
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-src.tar.xz
|
||||
viTags:
|
||||
- base-4.18.2.1
|
||||
viTestDL:
|
||||
dlHash: dca3df48975cf7917db4e3ff6212e9478ce48337cb1a13e3007a3d1a8009a24c
|
||||
dlSubdir: ghc-9.6.5/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-testsuite.tar.xz
|
||||
9.8.1:
|
||||
viArch:
|
||||
A_32:
|
||||
@ -6397,8 +6523,8 @@ ghcupDownloads:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/v2.11.1/stack-2.11.1-linux-aarch64.tar.gz
|
||||
dlHash: c7733d07ed78d6f4d82e0ebf6d260eb693c6c9df2208003d60caba69766f9c15
|
||||
2.13.1: []
|
||||
viTags:
|
||||
2.13.1:
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/master/ChangeLog.md#v2131---2023-09-29
|
||||
viPostInstall: *stack-post
|
||||
viArch:
|
||||
|
Binary file not shown.
@ -18,6 +18,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 12":
|
||||
distroPKGs:
|
||||
@ -30,6 +31,7 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -42,7 +44,36 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses6
|
||||
- libtinfo6
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Mint:
|
||||
"( >= 20 && < 21 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi7
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 21": &linux-mint-req21
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning: *linux-mint-req21
|
||||
Linux_Ubuntu:
|
||||
"( >= 20.04 && < 20.10 )":
|
||||
distroPKGs:
|
||||
@ -55,41 +86,60 @@ toolRequirements:
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
"( >= 20.10 && < 23 )":
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- pkg-config
|
||||
notes: ''
|
||||
">= 23":
|
||||
">= 23": &linux-ubuntu-req23
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi8ubuntu1
|
||||
- libffi8
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
unknown_versioning: *linux-ubuntu-req23
|
||||
Linux_Rocky:
|
||||
'( >= 8 && < 9)':
|
||||
distroPKGs:
|
||||
- build-essential
|
||||
- curl
|
||||
- libffi-dev
|
||||
- libffi6
|
||||
- libgmp-dev
|
||||
- libgmp10
|
||||
- libncurses-dev
|
||||
- libncurses5
|
||||
- libtinfo5
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- gmp
|
||||
- gmp-devel
|
||||
- make
|
||||
- ncurses
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
'>= 9': &linux-rocky-req9
|
||||
distroPKGs:
|
||||
- gcc
|
||||
- gcc-c++
|
||||
- gmp
|
||||
- gmp-devel
|
||||
- make
|
||||
- ncurses
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
unknown_versioning: *linux-rocky-req9
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )':
|
||||
distroPKGs:
|
||||
@ -101,6 +151,7 @@ toolRequirements:
|
||||
- ncurses
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
@ -113,6 +164,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkgconfig
|
||||
notes: ''
|
||||
Linux_Fedora:
|
||||
unknown_versioning:
|
||||
@ -126,6 +178,7 @@ toolRequirements:
|
||||
- ncurses-compat-libs
|
||||
- xz
|
||||
- perl
|
||||
- pkg-config
|
||||
notes: ''
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
@ -141,14 +194,32 @@ toolRequirements:
|
||||
- musl-dev
|
||||
- ncurses-dev
|
||||
- perl
|
||||
- pkgconfig
|
||||
- tar
|
||||
- xz
|
||||
notes: ''
|
||||
Linux_Void:
|
||||
unknown_versioning:
|
||||
distroPKGs:
|
||||
- binutils
|
||||
- curl
|
||||
- gcc
|
||||
- gmp-devel
|
||||
- glibc-devel
|
||||
- libffi-devel
|
||||
- make
|
||||
- ncurses-devel
|
||||
- ncurses-libtinfo-libs
|
||||
- perl
|
||||
- pkg-config
|
||||
- tar
|
||||
- xz
|
||||
notes: These instructions are for glibc based Void. If you use musl flavor, check out https://www.haskell.org/ghcup/install/#void-linux
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
distroPKGs: []
|
||||
notes: 'You need the following packages: curl g++ gcc gmp make ncurses realpath
|
||||
xz-utils. Consult your distro documentation on the exact names of those
|
||||
xz-utils pkg-config. Consult your distro documentation on the exact names of those
|
||||
packages.'
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
@ -168,6 +239,7 @@ toolRequirements:
|
||||
- gmake
|
||||
- ncurses
|
||||
- perl5
|
||||
- pkg-confg
|
||||
- libffi
|
||||
- libiconv
|
||||
notes: ''
|
||||
@ -3931,6 +4003,105 @@ ghcupDownloads:
|
||||
dlHash: 6e13282fbebffdbfa0a49889437444c9a90cfe5760c47969cd4245854c338d73
|
||||
dlSubdir: ghc-9.6.4/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.4/ghc-9.6.4-testsuite.tar.xz
|
||||
9.6.5:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-965-32-deb9
|
||||
dlHash: 10f62a735769cc76d035f67dc4bae4a595ec6c746aedec661130f1dce388dd49
|
||||
dlSubdir: ghc-9.6.5-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-965-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: db766b22a92cc0a388d16f4ed0f624da81f80a0ce7b28db9cbf186cbfddd7953
|
||||
dlSubdir: ghc-9.6.5-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 5539c84159f53abd2ac192fe8a4914de1f705a6a941b6ae96382d65b5b13121c
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-965-64-centos7
|
||||
dlHash: d4d5924693091300e88b7ec6695c9807abee330ee2663cf899e6e76af63716ba
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 3851029d4af6353e75f5a6d4055e0a3ab95ad986d71a603901000af048ff106e
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: d37024b8f300098025b3612e210366fcfafd717de3eac9bc29c29f3c280bb6a1
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-965-64-deb11
|
||||
dlHash: 8cd8dc9c870540dab142f2dc4eda174a98be7312975696169c363704d8fcf094
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 1b8c3c7e8d685cfc5a5c36e24233ea625fbc1540ceec52e908dea669b5bee436
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-965-64-ubuntu1804
|
||||
dlHash: 01049e2a8e8e14c6599ddb7c2c3339aefc0e1f81fe281d51edcbed6b395cea7a
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-965-64-ubuntu2004
|
||||
dlHash: c848b49ff356349944db32260908269e4e02663daba668b409be0717bf48f103
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-965-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-965-64-ubuntu1804
|
||||
unknown_versioning: *ghc-965-64-ubuntu2004
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 080d2bfca3b9b68d98894c31f4d5eaa0d62f44d27e526ae50c3fa63115693440
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 8f9c98198483a32f1b7f76679b40f1a3cc3bc76184ea109dceebc9f01fe21530
|
||||
dlSubdir: ghc-9.6.5-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 758756e4eeb143f72f445e6dcb9ab3d6ec71bc67eca9545684133f3746e1d711
|
||||
dlSubdir: ghc-9.6.5-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: fc4e2df394b9d6f48bdb0abaabad1c97825264cbe4e75e7463fc794cb3f87047
|
||||
dlSubdir: ghc-9.6.5-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.5/docs/users_guide/9.6.5-notes.html
|
||||
viSourceDL:
|
||||
dlHash: 87b389924f98c1a26c205122757338c8dab33ad1fcf670faa22622742432b93c
|
||||
dlSubdir: ghc-9.6.5
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-src.tar.xz
|
||||
viTags:
|
||||
- base-4.18.2.1
|
||||
viTestDL:
|
||||
dlHash: dca3df48975cf7917db4e3ff6212e9478ce48337cb1a13e3007a3d1a8009a24c
|
||||
dlSubdir: ghc-9.6.5/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.5/ghc-9.6.5-testsuite.tar.xz
|
||||
|
||||
9.8.1:
|
||||
viArch:
|
||||
A_32:
|
||||
|
Binary file not shown.
@ -1,105 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
RELEASE=$1
|
||||
VERSION=${RELEASE#cabal-install-v}
|
||||
|
||||
cd "gh-release-artifacts/cabal-${VERSION}"
|
||||
|
||||
cat <<EOF > /dev/stdout
|
||||
$VERSION:
|
||||
viTags:
|
||||
- Latest
|
||||
viChangeLog: https://github.com/haskell/cabal/blob/master/release-notes/cabal-install-$VERSION.md
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_Debian:
|
||||
'< 10': &cabal-${VERSION//./}-64-deb9
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-deb9.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-deb9.tar.xz" | awk '{ print $1 }')
|
||||
'(>= 10 && < 11)': &cabal-${VERSION//./}-64-deb10
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-deb10.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-deb10.tar.xz" | awk '{ print $1 }')
|
||||
unknown_versioning: &cabal-${VERSION//./}-64-deb11
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-deb11.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-deb11.tar.xz" | awk '{ print $1 }')
|
||||
Linux_Ubuntu:
|
||||
'( >= 16 && < 19 )': &cabal-${VERSION//./}-64-ubuntu18
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-ubuntu18.04.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-ubuntu18.04.tar.xz" | awk '{ print $1 }')
|
||||
'( >= 20 && < 22 )': &cabal-${VERSION//./}-64-ubuntu20
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-ubuntu20.04.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-ubuntu20.04.tar.xz" | awk '{ print $1 }')
|
||||
unknown_versioning: &cabal-${VERSION//./}-64-ubuntu22
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-ubuntu22.04.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-ubuntu22.04.tar.xz" | awk '{ print $1 }')
|
||||
Linux_Mint:
|
||||
'< 20':
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-mint19.3.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-mint19.3.tar.xz" | awk '{ print $1 }')
|
||||
'(>= 20 && < 21)':
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-mint20.2.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-mint20.2.tar.xz" | awk '{ print $1 }')
|
||||
'>= 21': *cabal-${VERSION//./}-64-ubuntu22
|
||||
Linux_Fedora:
|
||||
'< 33': &cabal-${VERSION//./}-64-fedora27
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-fedora27.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-fedora27.tar.xz" | awk '{ print $1 }')
|
||||
'>= 33': &cabal-${VERSION//./}-64-fedora33
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-fedora33.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-fedora33.tar.xz" | awk '{ print $1 }')
|
||||
unknown_versioning: *cabal-${VERSION//./}-64-fedora27
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )': &cabal-${VERSION//./}-64-centos
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-centos7.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-centos7.tar.xz" | awk '{ print $1 }')
|
||||
unknown_versioning: *cabal-${VERSION//./}-64-centos
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *cabal-${VERSION//./}-64-centos
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &cabal-${VERSION//./}-64-unknown
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-unknown.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-unknown.tar.xz" | awk '{ print $1 }')
|
||||
Linux_Rocky:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-linux-rocky8.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-linux-rocky8.tar.xz" | awk '{ print $1 }')
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *cabal-${VERSION//./}-64-unknown
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-apple-darwin.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-apple-darwin.tar.xz" | awk '{ print $1 }')
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-mingw64.zip
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-mingw64.zip" | awk '{ print $1 }')
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-x86_64-portbld-freebsd.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-x86_64-portbld-freebsd.tar.xz" | awk '{ print $1 }')
|
||||
A_32:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &cabal-${VERSION//./}-32-unknown
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-i386-linux-unknown.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-i386-linux-unknown.tar.xz" | awk '{ print $1 }')
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *cabal-${VERSION//./}-32-unknown
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-aarch64-linux-deb10.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-aarch64-linux-deb10.tar.xz" | awk '{ print $1 }')
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-aarch64-apple-darwin.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-aarch64-apple-darwin.tar.xz" | awk '{ print $1 }')
|
||||
A_ARM:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/$VERSION/cabal-install-$VERSION-armv7-linux-deb10.tar.xz
|
||||
dlHash: $(sha256sum "cabal-install-$VERSION-armv7-linux-deb10.tar.xz" | awk '{ print $1 }')
|
||||
EOF
|
||||
|
@ -1,35 +0,0 @@
|
||||
#!/bin/bash
|
||||
|
||||
set -eu
|
||||
set -o pipefail
|
||||
|
||||
RELEASE=$1
|
||||
VERSION=${RELEASE#cabal-install-v}
|
||||
SIGNER=$2
|
||||
|
||||
echo "RELEASE: $RELEASE"
|
||||
echo "SIGNER: $SIGNER"
|
||||
|
||||
for com in gh gpg curl sha256sum ; do
|
||||
command -V ${com} >/dev/null 2>&1
|
||||
done
|
||||
|
||||
[ ! -e "gh-release-artifacts/cabal-${VERSION}" ]
|
||||
|
||||
mkdir -p "gh-release-artifacts/cabal-${VERSION}"
|
||||
|
||||
cd "gh-release-artifacts/cabal-${VERSION}"
|
||||
|
||||
# github
|
||||
gh release download "$RELEASE"
|
||||
|
||||
# cirrus
|
||||
curl --fail -L -o "cabal-install-${VERSION}-x86_64-portbld-freebsd.tar.xz" \
|
||||
"https://api.cirrus-ci.com/v1/artifact/github/haskell/ghcup-metadata/build/binaries/out/cabal-install-${VERSION}-x86_64-portbld-freebsd.tar.xz?branch=develop"
|
||||
|
||||
|
||||
sha256sum ./* > SHA256SUMS
|
||||
gpg --detach-sign -u "${SIGNER}" SHA256SUMS
|
||||
|
||||
gh release upload "$RELEASE" "cabal-install-${VERSION}-x86_64-portbld-freebsd.tar.xz" SHA256SUMS SHA256SUMS.sig
|
||||
|
Loading…
Reference in New Issue
Block a user