Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix "Semaphore does not exist" #237

Merged
merged 2 commits into from
Jul 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions ghcup-0.0.7.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5652,9 +5652,7 @@ ghcupDownloads:
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-rocky8.tar.xz
dlHash: a78d6bc680f95bc3cd8817310df8a8423d769be983eeace8bd7d2f16bdf7bfb4
Linux_UnknownLinux:
unknown_versioning: &cabal-31210-64-unknown
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-unknown.tar.xz
dlHash: 00503723fa9fa8888e42e5929e6f1a078fd5a42c3ed1664c5b4949194596c0ca
unknown_versioning: *cabal-31210-64-centos
Linux_Alpine:
'( >= 3.12 && < 3.19 )': &cabal-31210-64-alpine312
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-alpine312.tar.xz
Expand Down
Binary file modified ghcup-0.0.7.yaml.sig
Binary file not shown.
6 changes: 2 additions & 4 deletions ghcup-0.0.8.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5746,9 +5746,7 @@ ghcupDownloads:
Linux_RedHat:
unknown_versioning: *cabal-31210-64-rocky8
Linux_UnknownLinux:
unknown_versioning: &cabal-31210-64-unknown
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-unknown.tar.xz
dlHash: 00503723fa9fa8888e42e5929e6f1a078fd5a42c3ed1664c5b4949194596c0ca
unknown_versioning: *cabal-31210-64-centos
Linux_Alpine:
'( >= 3.12 && < 3.19 )': &cabal-31210-64-alpine312
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.12.1.0/cabal-install-3.12.1.0-x86_64-linux-alpine312.tar.xz
Expand All @@ -5758,7 +5756,7 @@ ghcupDownloads:
dlHash: 835786db07f827c9c97d9325c805d2acc2d78fcf0e9f1bf5e0af51f26a3903b3
unknown_versioning: *cabal-31210-64-alpine319
Linux_Void:
unknown_versioning: *cabal-31210-64-unknown
unknown_versioning: *cabal-31210-64-centos
Darwin:
unknown_versioning:
dlUri: https://downloads.haskell.org/~ghcup/unofficial-bindists/cabal/3.12.1.0/cabal-install-3.12.1.0-x86_64-apple-darwin.tar.xz
Expand Down
Binary file modified ghcup-0.0.8.yaml.sig
Binary file not shown.
Loading