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

https://github.com/quchen/stackalone

Building self-contained (offline-only) Haskell program tarballs; only Stack+GHC needed
https://github.com/quchen/stackalone

Last synced: 9 months ago
JSON representation

Building self-contained (offline-only) Haskell program tarballs; only Stack+GHC needed

Awesome Lists containing this project

README

          

# Stackalone

This small program will take a stack-built Haskell project, and puts all
dependencies right next to it, so it can be built from source without requiring
an external repo. Useful for releasing binary files independent of whether e.g.
Hackage or Github are down.

## Usage

Copy `Stackalone.hs` into your Stack project folder and run it. It will do the
downloading and unpacking of all dependencies, and print what you have to add to
your `packages` section in your `stack.yaml` so the packages are discoverable.