@hackage ecstatic0.1.0.0

Build "as static as possible" executable on Linux.

The following stanzas in your cabal file will make sure that the executable is linked statically with all libraries except for glibc:

executable your-awesome-program
    build-tool-depends: ecstatic:ecstatic >= 0.1.0
    ghc-options: -pgml ecstatic

See README.md for background and more details.