haskell-handbook
haskell-handbook copied to clipboard
[New topic] Distributing binaries
trafficstars
Two useful tools:
- https://github.com/utdemir/ghc-musl - statically compile binaries
- https://hackage.haskell.org/package/hsinstall - create an AppImage for linux
Also seems to be possible to just use alpine
Just using alpine sounds great! I ended up building on ubuntu, also without too much trouble, but alpine is even better since it gives more assurance that static binary is indeed static. I will keep this in mind when writing this blog post!