This repository is a self-contained example showing how to compile statically-linked Linux x86-64 Haskell binaries with Nix. Statically-linked Linux binaries are able to run on almost any Linux system ...
Since Docker 17.05, there is support for multi-stage builds. This is an example and tutorial for using it to build simple Haskell webapp. The setup is simple: single Dockerfile, yet the resulting ...