An open API service indexing awesome lists of open source software.

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

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`