-
Olivier Benz authored
- LLVM: Remove patch to force v18 backend - cabal-install: Allow newer when building with GHC v9.12.1 - Dev Container: Add 'GHC 9.12 (latest)'
Olivier Benz authored- LLVM: Remove patch to force v18 backend - cabal-install: Allow newer when building with GHC v9.12.1 - Dev Container: Add 'GHC 9.12 (latest)'
README.md 4.69 KiB
GHC musl
Unofficial binary distributions of GHC on Alpine Linux.
The multi‑arch (linux/amd64
, linux/arm64/v8
) docker image used to build the
statically linked Linux amd64 and arm64 binary releases of
Credit to
who laid the groundwork for this.
Credit to
- Celeste of Alpine for GHC bootstrap riscv642
who made it possible to add linux/riscv64
images (GHC versions ≥ 9.10.1).
Table of Contents
Prerequisites
This project requires an installation of docker.
Install
To install docker, follow the instructions for your platform:
- Install Docker Engine | Docker Documentation > Supported platforms
- Post-installation steps for Linux