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
- Host: GitHub
- URL: https://github.com/munshkr/hello-world-static
- Owner: munshkr
- License: bsd-3-clause
- Created: 2020-06-11T22:38:59.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-13T15:43:32.000Z (over 5 years ago)
- Last Synced: 2025-02-12T16:49:12.750Z (12 months ago)
- Topics: example, ghc, haskell, static
- Language: Makefile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog.md
- License: LICENSE
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.