Compare commits
28 Commits
gpg-test
...
bryans-pgp
| Author | SHA1 | Date | |
|---|---|---|---|
| 31448202b8 | |||
| d9fe82364c | |||
|
|
ac43fb74c8 | ||
|
|
5013094656 | ||
|
|
fe6ad60f1d | ||
|
|
5e077005e6 | ||
|
|
ad3f8f9507 | ||
|
|
97553d92cc | ||
|
|
4f4e82f3a7 | ||
|
|
9f5f9d0d40 | ||
|
|
0e394642f1 | ||
|
|
977147b65a | ||
|
|
67de4cb8db | ||
|
|
9946e32869 | ||
|
|
7aa3b26848 | ||
|
|
c8cfd2717f | ||
|
|
62c55a1893 | ||
|
|
0972ffb4c9 | ||
|
|
73a6c8c0cf | ||
| 44cad536cf | |||
| 392c3879da | |||
|
|
0702ea6eac | ||
|
|
88882cc757 | ||
| b2d276cd43 | |||
| 4be5f2a861 | |||
| 76bbc57292 | |||
|
|
7c3d976be2 | ||
|
|
4543dbe628 |
7
.github/workflows/sigs
vendored
Normal file
7
.github/workflows/sigs
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
keys=(
|
||||
7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C # Julian Ospald <maerwald@hasufell.de>
|
||||
FFEB7CE81E16A36B3E2DED6F2DE04D4E97DB64AD # Ben Gamari <ben@well-typed.com>
|
||||
88B57FCF7DB53B4DB3BFA4B1588764FBE22D19C4 # Zubin Duggal <zubin@well-typed.com>
|
||||
EAF2A9A722C0C96F2B431CA511AAD8CEDEE0CAEF # Hécate <hecate@glitchbra.in>
|
||||
FE5AB6C91FEA597C3B31180B73EDE9E8CFBAEF01 # Bryan Richter <b@chreekat.net>
|
||||
)
|
||||
3
.github/workflows/test-sigs.sh
vendored
3
.github/workflows/test-sigs.sh
vendored
@@ -13,7 +13,8 @@ get_key() {
|
||||
}
|
||||
|
||||
# verify signature
|
||||
keys=( 7D1E8AFD1D4A16D71FADA2F2CCC85C0E40C06A8C )
|
||||
. .github/workflows/sigs
|
||||
|
||||
for key in "${keys[@]}" ; do
|
||||
get_key "${key}" keys.openpgp.org || get_key "${key}" keyserver.ubuntu.com
|
||||
done
|
||||
|
||||
@@ -7,7 +7,7 @@ package ghcup
|
||||
source-repository-package
|
||||
type: git
|
||||
location: https://github.com/haskell/ghcup-hs.git
|
||||
tag: a2a605ad892675d317e8415522e2cf12d5e35571
|
||||
tag: fd6ff9f8ece147bb4527843822462c72824e8ba7
|
||||
|
||||
constraints: http-io-streams -brotli,
|
||||
any.aeson >= 2.0.1.0
|
||||
|
||||
296
ghcup-0.0.7.yaml
296
ghcup-0.0.7.yaml
@@ -3785,12 +3785,110 @@ ghcupDownloads:
|
||||
dlSubdir: ghc-9.6.2
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.2/ghc-9.6.2-src.tar.xz
|
||||
viTags:
|
||||
- Latest
|
||||
- base-4.18.0.0
|
||||
viTestDL:
|
||||
dlHash: e4ffbc2d6db720fba30f8e7e12214522c470d1cfc0ee69f7997782b0ae20abbf
|
||||
dlSubdir: ghc-9.6.2/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.2/ghc-9.6.2-testsuite.tar.xz
|
||||
9.6.3:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-963-32-deb9
|
||||
dlHash: 58be26f8b8f6b5bd8baf5c32abb03e2c4621646b2142fab10e5c7de5af5c50f8
|
||||
dlSubdir: ghc-9.6.3-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: dde46118ab8388fb1066312c097123e93b1dcf6ae366e3370f88ea456382c9db
|
||||
dlSubdir: ghc-9.6.3-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: f9acd12ab36f0b52167d34af662d56a7ec42e7651afa4919da169e761df59e74
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-alpine3_12-linux-static-int_native.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-963-64-centos7
|
||||
dlHash: 30ac2ada05a14aa785e3dd07edc9bba6e94043015bb1cafd75206315766132a4
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 9ba0458c84efdbba69509c3c57497e22ad03743f816eb9c8b024abc13f7aacaa
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: ba11f4e91448a9d7243f07dde2a1bdf68288427ad454aa17854e56f59c5a5337
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-963-64-deb11
|
||||
dlHash: c4c0124857265926f1cf22a09d950d7ba989ff94053a4ddf3dcdab5359f4cab7
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 21800b5faaf872d218766d9bf97b8d7f97df3cfae4b570dfd79d3327d9e3cdab
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-963-64-ubuntu1804
|
||||
dlHash: a499c05f554b6e6b7f04c81b376f1e569614e51864672c9226a696617bc6c640
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-963-64-ubuntu2004
|
||||
dlHash: d2018768b53ab2c9ab4d543d1e8d7c2b1fb78707b70c74c96ff1733e82f22b80
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-963-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-963-64-ubuntu1804
|
||||
unknown_versioning: *ghc-963-64-ubuntu2004
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 56ed24e986749572f21c5249f43390fc7ae5078e3f296a33d693b4ad4b907fe1
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 0cc0e2d290a87c540268e62cc71f8eced2a24f621beeb524cce61bebf644f064
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: e1cdf458926b2eaf52d2a8287d99a965040ff9051171f5c3b7467049cf0eb213
|
||||
dlSubdir: ghc-9.6.3-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 03c389859319f09452081310fc13af7525063ea8930830ef76be2a14b312271e
|
||||
dlSubdir: ghc-9.6.3-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.3/docs/users_guide/9.6.3-notes.html
|
||||
viSourceDL:
|
||||
dlHash: dfcde67b4aa550a0b8a1a9bb8105835dc999fad6397cce33d72fd55d21eb77f5
|
||||
dlSubdir: ghc-9.6.3
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-src.tar.xz
|
||||
viTags:
|
||||
- Latest
|
||||
- base-4.18.1.0
|
||||
viTestDL:
|
||||
dlHash: b0f92579288adf2320206627248d80d2abfe0e1b9ad2a22cf8f889bbe6806448
|
||||
dlSubdir: ghc-9.6.3
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-src.tar.xz
|
||||
|
||||
Cabal:
|
||||
2.4.1.0:
|
||||
@@ -5020,8 +5118,7 @@ ghcupDownloads:
|
||||
dlSubdir: haskell-language-server-2.0.0.0
|
||||
dlHash: 43a5b62b1bc4141d8a5ebc57cf8f5db09131f00ddbc3322a8356e27aff4cbfd7
|
||||
2.0.0.1:
|
||||
viTags:
|
||||
- Recommended
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
@@ -5115,8 +5212,7 @@ ghcupDownloads:
|
||||
dlSubdir: haskell-language-server-2.0.0.1
|
||||
dlHash: efaecd6221d4e55350e86350acc505af2678388b8e0689712dc44529ca1bc7d4
|
||||
2.1.0.0:
|
||||
viTags:
|
||||
- Latest
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
@@ -5209,6 +5305,196 @@ ghcupDownloads:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.1.0.0/haskell-language-server-2.1.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.1.0.0
|
||||
dlHash: dee63014af1ece4d49f88edcdd0396aaa03d1719966dc679118a725acd012060
|
||||
2.2.0.0:
|
||||
viTags:
|
||||
- Recommended
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-src.tar.gz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 8e296ac5f5bc620258c45eea8ae578918b86686b79998a2f987c0132f6f95466
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_Debian:
|
||||
'< 10': &hls-2200-64-deb9
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: d19fc3825aad47f32c12ca5ac9befc230220ccef7ec7b777bd6d96e8051344cf
|
||||
'(>= 10 && < 11)': &hls-2200-64-deb10
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: a39d15fbb2dc04c6de7f01f9a735930687488e064ea27e0b0b9bb845710d669e
|
||||
unknown_versioning: &hls-2200-64-deb11
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 099e55dfd89df6e53d793af416b5bbfd2e7c666a9e25798dc0e00c74f965743f
|
||||
Linux_Ubuntu:
|
||||
'( >= 16 && < 19 )': &hls-2200-64-ubuntu18
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-ubuntu18.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: dc667e281ee1c8822ae42079aa231b5ab5c8f225979866c8f2ec18cddaa405a1
|
||||
'( >= 20 && < 22 )': &hls-2200-64-ubuntu20
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-ubuntu20.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 8744442d1f2d28577c0a57c96ed337c38918627cb4690d7b989c4bdc563e72f4
|
||||
unknown_versioning: &hls-2200-64-ubuntu22
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-ubuntu22.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 237bd5add9ed41365ab6de2268a8ee50ad4b7300e9b24c2669a7a6e99afdc19b
|
||||
Linux_Mint:
|
||||
'< 20':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-mint19.3.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 50903f5f42330779172e8b8d16086baae9692c747924f8e2bf021e334e2f79cd
|
||||
'(>= 20 && < 21)':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-mint20.2.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 7b1bd6855ddde17268b24f37d0e77f29f5ff4ba582ca0c0812654361791ee4dd
|
||||
'>= 21': *hls-2200-64-ubuntu22
|
||||
Linux_Fedora:
|
||||
'< 33': &hls-2200-64-fedora27
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-fedora27.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: e73da89c12cffb7cb824e21d1e89d7ef57c78c36e2311e6ede98784818b41afa
|
||||
'>= 33': &hls-2200-64-fedora33
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 5859e6550c0390eb97f96a1aa14454a04249fa96a1b041f53d408a408e310f5d
|
||||
unknown_versioning: *hls-2200-64-fedora27
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )': &hls-2200-64-centos
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: af32370979ddd1719f7d3869154ead76f4b2a92aa86903753fb66f174ab240de
|
||||
unknown_versioning: *hls-2200-64-centos
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *hls-2200-64-centos
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-unknown.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 2fc5d2c770ba682bf1566c5ddd72752b9c13eceea464a5c526cfe4bfa98d4013
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 9c9a2573a0e5fc57de0cb8998384ba2eb51ded4b99879b67fd68f2d72af553c7
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-mingw64.zip
|
||||
dlHash: 92aa453140af26d7d610a48a52bbe44dc8ae542f6c68a8a3f8f0b90123f58071
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-freebsd.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: d14fbe1a18766a2f900ed70ab3484ed45241bcb5deb9e87f05b4d82d98fc7a08
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-aarch64-linux-ubuntu20.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 8e9f9fd6aea488af8ae2918443ea83d23879a35ec702c8dbdcf79a4a817dd50e
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 9e7af7aace18e6d0a42640fd50e3b8ca14c4b23cefa9c3422d9ce311d8554c5e
|
||||
2.3.0.0:
|
||||
viTags:
|
||||
- Latest
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-src.tar.gz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 4e86fd0d837ffdc808c79713fa9532d4b9e52bbc1066aa925d8ff3f65d9facf5
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_Debian:
|
||||
'< 10': &hls-2300-64-deb9
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: c8abeeb0c64bb5a0ac6443e3230736d8908d09a6e2c9c2a2dd7613588646f942
|
||||
'(>= 10 && < 11)': &hls-2300-64-deb10
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: e3e40f9eb0494c80a5b09920f93dc96120b5b352148ee9ee4eb4f8714a1434f6
|
||||
unknown_versioning: &hls-2300-64-deb11
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: f5e1738add49c408386b08a8c95c8e961a0b3bf7d5970dbd03f8e984c561b633
|
||||
Linux_Ubuntu:
|
||||
'( >= 16 && < 19 )': &hls-2300-64-ubuntu18
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-ubuntu18.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: f04063a0d91863036bbc4dde8137f9e8a34c191e3f30458c2bbe688bafed09eb
|
||||
'( >= 20 && < 22 )': &hls-2300-64-ubuntu20
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-ubuntu20.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 5031f969ba338833cd8093fa9e9d6427b5f7f87ca45558ab622e3a5d60efd791
|
||||
unknown_versioning: &hls-2300-64-ubuntu22
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-ubuntu22.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 9f2bb05ccdcf972c64f6affc5af011479f3239b71dbccbc8e122fa2ad65db766
|
||||
Linux_Mint:
|
||||
'< 20':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-mint19.3.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 7a64e73f84870293458f402b6ab83b3183c00216ac3281829ff166a6ec38e5e1
|
||||
'(>= 20 && < 21)':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-mint20.2.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 192c08e48e27009f0226fff9ce51a2dfd8f79eba3952943d6f9697a41e648f14
|
||||
'>= 21': *hls-2300-64-ubuntu22
|
||||
Linux_Fedora:
|
||||
'< 33': &hls-2300-64-fedora27
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-fedora27.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: a1bbdc713aec74536804a52cc4ea9d4e98072fad2193b4da60f6d6f468328b1f
|
||||
'>= 33': &hls-2300-64-fedora33
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: e32b314fceb0ae923059e467a1d0c80a956c53a7f6206f478f95d4a10004f5bf
|
||||
unknown_versioning: *hls-2300-64-fedora27
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )': &hls-2300-64-centos
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 4f62160c6cf633192c6acdde26df26fe968ac285fb576166f95886cea2add300
|
||||
unknown_versioning: *hls-2300-64-centos
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *hls-2300-64-centos
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-unknown.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 33ae7f6ffcf8ba4517275d9950d00801b63c9cc70decb641bb46ee315d1d22ae
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 517c0c8088cbca7dd48c37d7dbe7457a8b49643cedeedf5064babb60d4c84c00
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-mingw64.zip
|
||||
dlHash: 741682b29153dbf33ca12cde29a54ca0486d51aa8d8ed01078cbd39bd1a002a3
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-freebsd.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: d9a032708f13d2a0e270acbc5b81ea34f215f23f1c6090e5ec99b41540646c90
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-aarch64-linux-ubuntu20.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: a54170d705ca56e7066e8c8a2f96c7bef80b4476e1692943c65b88375660a0f9
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: bb16e491117b7677742ca730b741b0d8154aa3222bbaa8578d487eda5152910a
|
||||
Stack:
|
||||
2.5.1:
|
||||
viTags:
|
||||
|
||||
Binary file not shown.
Binary file not shown.
@@ -6,6 +6,7 @@
|
||||
{-# LANGUAGE TypeApplications #-}
|
||||
{-# LANGUAGE ViewPatterns #-}
|
||||
{-# LANGUAGE OverloadedStrings #-}
|
||||
{-# LANGUAGE LambdaCase #-}
|
||||
|
||||
module Generate where
|
||||
|
||||
@@ -48,6 +49,12 @@ import qualified Data.Text as T
|
||||
import qualified Data.Yaml.Pretty as YAML
|
||||
import qualified Text.Megaparsec as MP
|
||||
|
||||
import Data.Bifoldable (bifoldMap)
|
||||
import Data.Foldable (traverse_)
|
||||
import Data.Text (Text)
|
||||
|
||||
import Text.PrettyPrint.HughesPJClass (pPrint)
|
||||
|
||||
data Format = FormatJSON
|
||||
| FormatYAML
|
||||
|
||||
@@ -228,3 +235,53 @@ generateSystemInfo output = do
|
||||
prettyPlat (Linux UnknownLinux) = "Linux (generic)"
|
||||
prettyPlat p = show p
|
||||
|
||||
|
||||
generateSystemInfoWithDistroVersion :: ( MonadFail m
|
||||
, MonadMask m
|
||||
, Monad m
|
||||
, MonadReader env m
|
||||
, HasSettings env
|
||||
, HasDirs env
|
||||
, HasLog env
|
||||
, MonadThrow m
|
||||
, MonadIO m
|
||||
, HasPlatformReq env
|
||||
, HasGHCupInfo env
|
||||
, MonadUnliftIO m
|
||||
)
|
||||
=> Output
|
||||
-> m ExitCode
|
||||
generateSystemInfoWithDistroVersion output = do
|
||||
handle <- case output of
|
||||
StdOut -> pure stdout
|
||||
FileOutput fp -> liftIO $ openFile fp WriteMode
|
||||
|
||||
GHCupInfo { _toolRequirements = tr } <- getGHCupInfo
|
||||
let ghcInfo = M.lookup Nothing <$> M.lookup GHC tr
|
||||
liftIO $ traverse_ (\(key, value) -> do
|
||||
liftIO $ hPutStrLn handle $ "### " <> prettyPlat key <> "\n"
|
||||
liftIO $ hPutStrLn handle $ T.unpack $ versionsAndRequirements value <> T.pack "\n")
|
||||
$ M.toList $ fromJust (fromJust ghcInfo)
|
||||
pure ExitSuccess
|
||||
|
||||
where
|
||||
pretty' Requirements {..} =
|
||||
let d = if not . null $ _distroPKGs
|
||||
then "The following distro packages are required: " <> "`" <> T.intercalate " " _distroPKGs <> "`" <> "\n"
|
||||
else ""
|
||||
n = if not . T.null $ _notes then _notes else ""
|
||||
in if | T.null d -> n
|
||||
| T.null n -> d
|
||||
| otherwise -> d <> "\n" <> n
|
||||
|
||||
versionsAndRequirements :: PlatformReqVersionSpec -> Text
|
||||
versionsAndRequirements =
|
||||
bifoldMap
|
||||
( \case
|
||||
Nothing -> T.pack $ "#### Generic" <> "\n"
|
||||
Just verz -> T.pack "#### Version " <> T.pack (show $ pPrint verz) <> "\n"
|
||||
)
|
||||
pretty'
|
||||
|
||||
prettyPlat (Linux UnknownLinux) = "Linux (generic)"
|
||||
prettyPlat p = show p
|
||||
|
||||
@@ -209,7 +209,7 @@ main = do
|
||||
ValidateTarballs vopts tarballFilter -> withValidateYamlOpts vopts (validateTarballs tarballFilter)
|
||||
GenerateHlsGhc vopts format output -> withValidateYamlOpts vopts (generateHLSGhc format output)
|
||||
GenerateToolTable vopts output -> withValidateYamlOpts vopts (generateTable output)
|
||||
GenerateSystemDepsInfo vopts output -> withValidateYamlOpts vopts (generateSystemInfo output)
|
||||
GenerateSystemDepsInfo vopts output -> withValidateYamlOpts vopts (generateSystemInfoWithDistroVersion output)
|
||||
pure ()
|
||||
|
||||
where
|
||||
|
||||
@@ -1175,13 +1175,128 @@ ghcupDownloads:
|
||||
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
|
||||
- Prerelease
|
||||
- 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
|
||||
9.8.0.20230919:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
unknown_versioning: &ghc-981alpha4-i386-deb10
|
||||
dlHash: 88f244968da87b233003b04790240f911fafce5a4281a0485e9ff73b4ee23c68
|
||||
dlOutput: ghc-9.8.0.20230919-i386-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-i386-deb10-linux.tar.xz
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-981alpha4-i386-deb10
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-981alpha4-i386-deb10
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-981alpha4-i386-deb10
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: 6adc4644488ae6d9ae27a0efd94e766abe3dbb26699a66d09a29abd88b6d0cb2
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: 5f674d95454036d8b166ec45a4d3efd23ded75eb543838aaafff23a06f9316ba
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-alpine3_12.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-alpine3_12-linux.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-981alpha4-x86_64-centos7
|
||||
dlHash: 1a65f5dcecd8412ab14bcc355a1e7d697df559d44141b5a32d37d72c5b1e2d02
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha4-x86_64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 419383fc8d1635afe465ebcfa671b42cc7a82c1fe3c483b6044e4b50b8614755
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: 341b7e88009362a2d8b3eb81052ba6c260cb6d959c814faab25b41c328a4d87c
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-981alpha4-x86_64-deb11
|
||||
dlHash: 50198d80873395079b24bdb0b31036b5b59f682808b7d20494afc5e4d2f2aaee
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha4-x86_64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: d8402e08cc845e8d543716b317e2ed3797c003df928bdd71f2d8236742f14abf
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-981alpha4-x86_64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-981alpha4-x86_64-ubuntu18_04
|
||||
dlHash: 56243debd1a8f618650ec5ed786d7be9613a39bcc3a1ae77678f5fc21c6e532c
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-ubuntu18_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-981alpha4-x86_64-ubuntu20_04
|
||||
dlHash: b3abe2377561e8df7f49ec84d2d54b227d54c890b8173d2e7bb9b127472b7219
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-ubuntu20_04.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-981alpha4-x86_64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-981alpha4-x86_64-ubuntu18_04
|
||||
unknown_versioning: *ghc-981alpha4-x86_64-ubuntu20_04
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 4d5056175fb85e587d8fa1d3c6b1aeda3b4a923c45a39f749cf4bf39bc2cb6bf
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-linux-rocky8.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 1f5f09184a0514e51944268784f6fcf74d991441d9476ba64ae9eb4d001263af
|
||||
dlOutput: ghc-9.8.0.20230919-x86_64-windows.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: a63a1c3c9990bb82b3ff5e461320e26ad54ee625648cdb7dc6d08898bdc8a107
|
||||
dlOutput: ghc-9.8.0.20230919-aarch64-darwin.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 441c644b1b0cbb2b9a80facfd92f7ecda41a106a321c4e3a0042853259f7c149
|
||||
dlOutput: ghc-9.8.0.20230919-aarch64-linux-deb10.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.8.0.20230919/docs/users_guide/9.8.1-notes.html
|
||||
viReleaseDay: '2023-09-19'
|
||||
viSourceDL:
|
||||
dlHash: bdfae30cb13704ddfde0ee9d2d3196a8e1bef945d6efada68c3819a02084839f
|
||||
dlOutput: ghc-9.8.0.20230919-src.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-src.tar.xz
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- base-4.19.0.0
|
||||
viTestDL:
|
||||
dlHash: a586567b51ce856d15cc4bdde2316aa0aaf7381d80896d2fdcc4f13757b303e6
|
||||
dlOutput: ghc-9.8.0.20230919-testsuite.tar.xz
|
||||
dlSubdir: ghc-9.8.0.20230919
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.8.0.20230919/ghc-9.8.0.20230919-src.tar.xz
|
||||
|
||||
|
||||
Stack:
|
||||
@@ -1220,7 +1335,8 @@ ghcupDownloads:
|
||||
RegexDir: "stack-.*"
|
||||
2.11.0.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
- Prerelease
|
||||
- old
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.11/ChangeLog.md#v21101-release-candidate
|
||||
viArch:
|
||||
A_64:
|
||||
@@ -1257,6 +1373,46 @@ ghcupDownloads:
|
||||
dlHash: 9c8f5bf26f768c5b0f7d44bd4617c2fd19ff278455d9fc5adc3384f57fdf4674
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
2.13.0.1:
|
||||
viTags:
|
||||
- LatestPrerelease
|
||||
viChangeLog: https://github.com/commercialhaskell/stack/blob/rc/v2.13/ChangeLog.md#v21301-release-candidate
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: &stack-21301-64
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.13.0.1/stack-2.13.0.1-linux-x86_64.tar.gz
|
||||
dlHash: 4be3b75468bf2679efde297d1030d1bf97769ea0bb726277ac3b0af6830805bf
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.13.0.1/stack-2.13.0.1-osx-x86_64.tar.gz
|
||||
dlHash: 1e3a79b35b94cadf22e3c7bb44a06ed0776fb2fb11a06afef5bdad7e3dec6f1e
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.13.0.1/stack-2.13.0.1-windows-x86_64.tar.gz
|
||||
dlHash: d6710f3faeb7cc9ca05b71f1f98b0aad06835b0d04b5e82745afdc669b42446c
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Linux_Alpine:
|
||||
unknown_versioning: *stack-21301-64
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.13.0.1/stack-2.13.0.1-linux-aarch64.tar.gz
|
||||
dlHash: 67e6cea50dba52dbba39204605bf2c33154c88bee7f1494791a4f59589d64427
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://github.com/commercialhaskell/stack/releases/download/rc/v2.13.0.1/stack-2.13.0.1-osx-aarch64.tar.gz
|
||||
dlHash: 9c3b957c7c8b1c5c09e0251907372563b48d5869c31e35be43916736f679535d
|
||||
dlSubdir:
|
||||
RegexDir: "stack-.*"
|
||||
|
||||
GHCup:
|
||||
0.1.19.5:
|
||||
viTags:
|
||||
|
||||
Binary file not shown.
@@ -3611,6 +3611,105 @@ ghcupDownloads:
|
||||
dlHash: e4ffbc2d6db720fba30f8e7e12214522c470d1cfc0ee69f7997782b0ae20abbf
|
||||
dlSubdir: ghc-9.6.2/testsuite
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.2/ghc-9.6.2-testsuite.tar.xz
|
||||
9.6.3:
|
||||
viArch:
|
||||
A_32:
|
||||
Linux_Debian:
|
||||
<10: &ghc-963-32-deb9
|
||||
dlHash: 58be26f8b8f6b5bd8baf5c32abb03e2c4621646b2142fab10e5c7de5af5c50f8
|
||||
dlSubdir: ghc-9.6.3-i386-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-i386-deb9-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
Linux_Mint:
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
Linux_Ubuntu:
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning: *ghc-963-32-deb9
|
||||
A_64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: dde46118ab8388fb1066312c097123e93b1dcf6ae366e3370f88ea456382c9db
|
||||
dlSubdir: ghc-9.6.3-x86_64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-apple-darwin.tar.xz
|
||||
Linux_Alpine:
|
||||
unknown_versioning:
|
||||
dlHash: f9acd12ab36f0b52167d34af662d56a7ec42e7651afa4919da169e761df59e74
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-alpine3_12-linux-static-int_native.tar.xz
|
||||
Linux_CentOS:
|
||||
( >= 7 && < 8 ): &ghc-963-64-centos7
|
||||
dlHash: 30ac2ada05a14aa785e3dd07edc9bba6e94043015bb1cafd75206315766132a4
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-centos7-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-64-centos7
|
||||
Linux_Debian:
|
||||
(>= 10 && < 11):
|
||||
dlHash: 9ba0458c84efdbba69509c3c57497e22ad03743f816eb9c8b024abc13f7aacaa
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-deb10-linux.tar.xz
|
||||
< 10:
|
||||
dlHash: ba11f4e91448a9d7243f07dde2a1bdf68288427ad454aa17854e56f59c5a5337
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-deb9-linux.tar.xz
|
||||
'>= 11': &ghc-963-64-deb11
|
||||
dlHash: c4c0124857265926f1cf22a09d950d7ba989ff94053a4ddf3dcdab5359f4cab7
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-deb11-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-64-deb11
|
||||
Linux_Fedora:
|
||||
'>= 33':
|
||||
dlHash: 21800b5faaf872d218766d9bf97b8d7f97df3cfae4b570dfd79d3327d9e3cdab
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-fedora33-linux.tar.xz
|
||||
unknown_versioning: *ghc-963-64-centos7
|
||||
Linux_Mint:
|
||||
< 20: &ghc-963-64-ubuntu1804
|
||||
dlHash: a499c05f554b6e6b7f04c81b376f1e569614e51864672c9226a696617bc6c640
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-ubuntu18_04-linux.tar.xz
|
||||
'>= 20': &ghc-963-64-ubuntu2004
|
||||
dlHash: d2018768b53ab2c9ab4d543d1e8d7c2b1fb78707b70c74c96ff1733e82f22b80
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-ubuntu20_04-linux.tar.xz
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *ghc-963-64-centos7
|
||||
Linux_Ubuntu:
|
||||
( >= 16 && < 19 ): *ghc-963-64-ubuntu1804
|
||||
unknown_versioning: *ghc-963-64-ubuntu2004
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 56ed24e986749572f21c5249f43390fc7ae5078e3f296a33d693b4ad4b907fe1
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-rocky8-linux.tar.xz
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlHash: 0cc0e2d290a87c540268e62cc71f8eced2a24f621beeb524cce61bebf644f064
|
||||
dlSubdir: ghc-9.6.3-x86_64-unknown-mingw32
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-x86_64-unknown-mingw32.tar.xz
|
||||
A_ARM64:
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlHash: e1cdf458926b2eaf52d2a8287d99a965040ff9051171f5c3b7467049cf0eb213
|
||||
dlSubdir: ghc-9.6.3-aarch64-apple-darwin
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-aarch64-apple-darwin.tar.xz
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlHash: 03c389859319f09452081310fc13af7525063ea8930830ef76be2a14b312271e
|
||||
dlSubdir: ghc-9.6.3-aarch64-unknown-linux
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-aarch64-deb10-linux.tar.xz
|
||||
viChangeLog: https://downloads.haskell.org/~ghc/9.6.3/docs/users_guide/9.6.3-notes.html
|
||||
viSourceDL:
|
||||
dlHash: dfcde67b4aa550a0b8a1a9bb8105835dc999fad6397cce33d72fd55d21eb77f5
|
||||
dlSubdir: ghc-9.6.3
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-src.tar.xz
|
||||
viTags:
|
||||
- Latest
|
||||
- base-4.18.1.0
|
||||
viTestDL:
|
||||
dlHash: b0f92579288adf2320206627248d80d2abfe0e1b9ad2a22cf8f889bbe6806448
|
||||
dlSubdir: ghc-9.6.3
|
||||
dlUri: https://downloads.haskell.org/~ghc/9.6.3/ghc-9.6.3-src.tar.xz
|
||||
|
||||
Cabal:
|
||||
2.4.1.0:
|
||||
@@ -4725,8 +4824,7 @@ ghcupDownloads:
|
||||
dlSubdir: haskell-language-server-2.0.0.0
|
||||
dlHash: 43a5b62b1bc4141d8a5ebc57cf8f5db09131f00ddbc3322a8356e27aff4cbfd7
|
||||
2.0.0.1:
|
||||
viTags:
|
||||
- Recommended
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
@@ -4820,8 +4918,7 @@ ghcupDownloads:
|
||||
dlSubdir: haskell-language-server-2.0.0.1
|
||||
dlHash: efaecd6221d4e55350e86350acc505af2678388b8e0689712dc44529ca1bc7d4
|
||||
2.1.0.0:
|
||||
viTags:
|
||||
- Latest
|
||||
viTags: []
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
@@ -4914,6 +5011,196 @@ ghcupDownloads:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.1.0.0/haskell-language-server-2.1.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.1.0.0
|
||||
dlHash: dee63014af1ece4d49f88edcdd0396aaa03d1719966dc679118a725acd012060
|
||||
2.2.0.0:
|
||||
viTags:
|
||||
- Recommended
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-src.tar.gz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 8e296ac5f5bc620258c45eea8ae578918b86686b79998a2f987c0132f6f95466
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_Debian:
|
||||
'< 10': &hls-2200-64-deb9
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: d19fc3825aad47f32c12ca5ac9befc230220ccef7ec7b777bd6d96e8051344cf
|
||||
'(>= 10 && < 11)': &hls-2200-64-deb10
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: a39d15fbb2dc04c6de7f01f9a735930687488e064ea27e0b0b9bb845710d669e
|
||||
unknown_versioning: &hls-2200-64-deb11
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 099e55dfd89df6e53d793af416b5bbfd2e7c666a9e25798dc0e00c74f965743f
|
||||
Linux_Ubuntu:
|
||||
'( >= 16 && < 19 )': &hls-2200-64-ubuntu18
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-ubuntu18.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: dc667e281ee1c8822ae42079aa231b5ab5c8f225979866c8f2ec18cddaa405a1
|
||||
'( >= 20 && < 22 )': &hls-2200-64-ubuntu20
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-ubuntu20.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 8744442d1f2d28577c0a57c96ed337c38918627cb4690d7b989c4bdc563e72f4
|
||||
unknown_versioning: &hls-2200-64-ubuntu22
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-ubuntu22.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 237bd5add9ed41365ab6de2268a8ee50ad4b7300e9b24c2669a7a6e99afdc19b
|
||||
Linux_Mint:
|
||||
'< 20':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-mint19.3.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 50903f5f42330779172e8b8d16086baae9692c747924f8e2bf021e334e2f79cd
|
||||
'(>= 20 && < 21)':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-mint20.2.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 7b1bd6855ddde17268b24f37d0e77f29f5ff4ba582ca0c0812654361791ee4dd
|
||||
'>= 21': *hls-2200-64-ubuntu22
|
||||
Linux_Fedora:
|
||||
'< 33': &hls-2200-64-fedora27
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-fedora27.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: e73da89c12cffb7cb824e21d1e89d7ef57c78c36e2311e6ede98784818b41afa
|
||||
'>= 33': &hls-2200-64-fedora33
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 5859e6550c0390eb97f96a1aa14454a04249fa96a1b041f53d408a408e310f5d
|
||||
unknown_versioning: *hls-2200-64-fedora27
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )': &hls-2200-64-centos
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: af32370979ddd1719f7d3869154ead76f4b2a92aa86903753fb66f174ab240de
|
||||
unknown_versioning: *hls-2200-64-centos
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *hls-2200-64-centos
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-linux-unknown.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 2fc5d2c770ba682bf1566c5ddd72752b9c13eceea464a5c526cfe4bfa98d4013
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 9c9a2573a0e5fc57de0cb8998384ba2eb51ded4b99879b67fd68f2d72af553c7
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-mingw64.zip
|
||||
dlHash: 92aa453140af26d7d610a48a52bbe44dc8ae542f6c68a8a3f8f0b90123f58071
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-x86_64-freebsd.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: d14fbe1a18766a2f900ed70ab3484ed45241bcb5deb9e87f05b4d82d98fc7a08
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-aarch64-linux-ubuntu20.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 8e9f9fd6aea488af8ae2918443ea83d23879a35ec702c8dbdcf79a4a817dd50e
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.2.0.0/haskell-language-server-2.2.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.2.0.0
|
||||
dlHash: 9e7af7aace18e6d0a42640fd50e3b8ca14c4b23cefa9c3422d9ce311d8554c5e
|
||||
2.3.0.0:
|
||||
viTags:
|
||||
- Latest
|
||||
viChangeLog: https://github.com/haskell/haskell-language-server/blob/master/ChangeLog.md
|
||||
viPostInstall: *hls-post-install
|
||||
viSourceDL:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-src.tar.gz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 4e86fd0d837ffdc808c79713fa9532d4b9e52bbc1066aa925d8ff3f65d9facf5
|
||||
viArch:
|
||||
A_64:
|
||||
Linux_Debian:
|
||||
'< 10': &hls-2300-64-deb9
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-deb9.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: c8abeeb0c64bb5a0ac6443e3230736d8908d09a6e2c9c2a2dd7613588646f942
|
||||
'(>= 10 && < 11)': &hls-2300-64-deb10
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-deb10.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: e3e40f9eb0494c80a5b09920f93dc96120b5b352148ee9ee4eb4f8714a1434f6
|
||||
unknown_versioning: &hls-2300-64-deb11
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-deb11.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: f5e1738add49c408386b08a8c95c8e961a0b3bf7d5970dbd03f8e984c561b633
|
||||
Linux_Ubuntu:
|
||||
'( >= 16 && < 19 )': &hls-2300-64-ubuntu18
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-ubuntu18.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: f04063a0d91863036bbc4dde8137f9e8a34c191e3f30458c2bbe688bafed09eb
|
||||
'( >= 20 && < 22 )': &hls-2300-64-ubuntu20
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-ubuntu20.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 5031f969ba338833cd8093fa9e9d6427b5f7f87ca45558ab622e3a5d60efd791
|
||||
unknown_versioning: &hls-2300-64-ubuntu22
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-ubuntu22.04.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 9f2bb05ccdcf972c64f6affc5af011479f3239b71dbccbc8e122fa2ad65db766
|
||||
Linux_Mint:
|
||||
'< 20':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-mint19.3.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 7a64e73f84870293458f402b6ab83b3183c00216ac3281829ff166a6ec38e5e1
|
||||
'(>= 20 && < 21)':
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-mint20.2.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 192c08e48e27009f0226fff9ce51a2dfd8f79eba3952943d6f9697a41e648f14
|
||||
'>= 21': *hls-2300-64-ubuntu22
|
||||
Linux_Fedora:
|
||||
'< 33': &hls-2300-64-fedora27
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-fedora27.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: a1bbdc713aec74536804a52cc4ea9d4e98072fad2193b4da60f6d6f468328b1f
|
||||
'>= 33': &hls-2300-64-fedora33
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-fedora33.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: e32b314fceb0ae923059e467a1d0c80a956c53a7f6206f478f95d4a10004f5bf
|
||||
unknown_versioning: *hls-2300-64-fedora27
|
||||
Linux_CentOS:
|
||||
'( >= 7 && < 8 )': &hls-2300-64-centos
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-centos7.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 4f62160c6cf633192c6acdde26df26fe968ac285fb576166f95886cea2add300
|
||||
unknown_versioning: *hls-2300-64-centos
|
||||
Linux_RedHat:
|
||||
unknown_versioning: *hls-2300-64-centos
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-linux-unknown.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 33ae7f6ffcf8ba4517275d9950d00801b63c9cc70decb641bb46ee315d1d22ae
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: 517c0c8088cbca7dd48c37d7dbe7457a8b49643cedeedf5064babb60d4c84c00
|
||||
Windows:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-mingw64.zip
|
||||
dlHash: 741682b29153dbf33ca12cde29a54ca0486d51aa8d8ed01078cbd39bd1a002a3
|
||||
FreeBSD:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-x86_64-freebsd.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: d9a032708f13d2a0e270acbc5b81ea34f215f23f1c6090e5ec99b41540646c90
|
||||
A_ARM64:
|
||||
Linux_UnknownLinux:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-aarch64-linux-ubuntu20.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: a54170d705ca56e7066e8c8a2f96c7bef80b4476e1692943c65b88375660a0f9
|
||||
Darwin:
|
||||
unknown_versioning:
|
||||
dlUri: https://downloads.haskell.org/~hls/haskell-language-server-2.3.0.0/haskell-language-server-2.3.0.0-aarch64-apple-darwin.tar.xz
|
||||
dlSubdir: haskell-language-server-2.3.0.0
|
||||
dlHash: bb16e491117b7677742ca730b741b0d8154aa3222bbaa8578d487eda5152910a
|
||||
Stack:
|
||||
2.5.1:
|
||||
viTags:
|
||||
|
||||
Binary file not shown.
@@ -1145,5 +1145,203 @@
|
||||
"9.6.2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"2.2.0.0": {
|
||||
"A_64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"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.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Debian": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Fedora": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Mint": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_RedHat": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_Ubuntu": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Windows": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
]
|
||||
},
|
||||
"A_ARM64": {
|
||||
"Darwin": [
|
||||
"8.10.7",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.5",
|
||||
"9.4.6",
|
||||
"9.4.7",
|
||||
"9.6.2"
|
||||
]
|
||||
}
|
||||
},
|
||||
"2.3.0.0": {
|
||||
"A_64": {
|
||||
"Darwin": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"FreeBSD": [
|
||||
"8.10.7",
|
||||
"9.0.2",
|
||||
"9.2.5",
|
||||
"9.2.7"
|
||||
],
|
||||
"Linux_CentOS": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_Debian": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_Fedora": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_Mint": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_RedHat": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_Ubuntu": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Windows": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
]
|
||||
},
|
||||
"A_ARM64": {
|
||||
"Darwin": [
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
],
|
||||
"Linux_UnknownLinux": [
|
||||
"9.0.2",
|
||||
"9.2.8",
|
||||
"9.4.7",
|
||||
"9.6.2",
|
||||
"9.6.3"
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Binary file not shown.
Reference in New Issue
Block a user