Skip to content

quchen/stackalone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 

Repository files navigation

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.

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published