Compare commits

...

5 Commits

Author SHA1 Message Date
75ff83159f Re-sign 2024-04-10 16:46:25 +08:00
27259a5371 Set cabal 3.10.3.0 as recommended 2024-04-10 16:45:56 +08:00
dac355d04e Re-sign 2024-04-10 16:24:55 +08:00
89515a5e88 Don't do newline in tool requirement notes 2024-04-10 16:24:35 +08:00
9ff4c6722e Merge branch 'issue-182' into develop 2024-04-10 16:17:38 +08:00
4 changed files with 5 additions and 7 deletions

View File

@@ -4994,8 +4994,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:
@@ -5096,6 +5095,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.

View File

@@ -199,9 +199,7 @@ toolRequirements:
- perl
- 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
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: []
@@ -5043,8 +5041,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:
@@ -5155,6 +5152,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.