https://github.com/lierdakil/alpine-haskell
Alpine+GHC-musl+cabal-install+stack, via ghcup
https://github.com/lierdakil/alpine-haskell
Last synced: 3 months ago
JSON representation
Alpine+GHC-musl+cabal-install+stack, via ghcup
- Host: GitHub
- URL: https://github.com/lierdakil/alpine-haskell
- Owner: lierdakil
- License: bsd-3-clause
- Created: 2020-08-02T11:35:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2024-05-08T03:30:00.000Z (about 1 year ago)
- Last Synced: 2025-01-19T13:45:32.357Z (5 months ago)
- Language: Dockerfile
- Size: 26.4 KB
- Stars: 3
- Watchers: 3
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# GHC, Alpine, Stack, and Docker
This is a barebones version of that just uses prebuilt GHC instead of building it.
# Quick Start
```bash
make
```You can specify a particular version via
```bash
make TARGET_GHC_VERSION=8.8.4 build
```(at the time of writing, only a few versions have an alpine binary available)
If you plan to publish to docker hub, adjust `DOCKER_USERNAME` in `config.mk`