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
- Host: GitHub
- URL: https://github.com/quchen/stackalone
- Owner: quchen
- Created: 2017-06-08T10:57:37.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-06-08T10:57:46.000Z (over 8 years ago)
- Last Synced: 2025-03-24T10:38:47.634Z (9 months ago)
- Language: Haskell
- Size: 1000 Bytes
- Stars: 10
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.