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

https://github.com/munshkr/hello-world-static

An example of building a Haskell static executable, using Stack
https://github.com/munshkr/hello-world-static

example ghc haskell static

Last synced: 10 months ago
JSON representation

An example of building a Haskell static executable, using Stack

Awesome Lists containing this project

README

          

# hello-world-static

Uses `-static` flags to build a static executable from a Haskell Stack project.
Taken from https://vadosware.io/post/static-binaries-for-haskell-a-convoluted-approach/

## Usage

Run `make` to build the static executable.