asdf-ghcup
May 24, 2026 ยท View on GitHub
An asdf plugin for managing Haskell tools based on GHCup.
Requirements
- Install asdf
Getting Started
The following Haskell tools are supported by this plugin:
Run the following command replacing <tool> with one of the tools listed
above:
asdf plugin add <tool>
Usage
After one of the supported tools has been added, you can run the following commands:
List all available versions:
asdf list all <tool>
Install a specific version:
asdf install <tool> <version>
Credits
This project was heavily inspired by: