Skip to content

Commit

Permalink
Merge pull request #9001 from ffaf1/head-ghcup
Browse files Browse the repository at this point in the history
Show how to install cabal-head via GHCup
  • Loading branch information
mergify[bot] authored Jun 15, 2023
2 parents 1df4a48 + 2b3c501 commit e71f6f2
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,14 @@ Ways to get the `cabal-install` binary
_Getting unreleased versions of `cabal-install`_: gives you a chance to try out yet-unreleased features.
Currently, we only provide binaries for `x86_64` platforms.

1. _[GitHub preview release built from the tip of the `master` branch](https://github.com/haskell/cabal/releases/tag/cabal-head)_:
1. _GitHub preview release built from the tip of the `master` branch_: [download from GitHub](https://github.com/haskell/cabal/releases/tag/cabal-head) or use this GHCup command to install:

```
ghcup install cabal -u https://github.com/haskell/cabal/releases/download/cabal-head/cabal-head-Linux-x86_64.tar.gz head
```

Replace "Linux" with "Windows" or "macOS" as appropriate.


2. Even more cutting-edge binaries built from pull requests are always available
from the `Validate` worklow page on GitHub, at the very bottom of the page.
Expand Down

0 comments on commit e71f6f2

Please sign in to comment.