haskell-handbook icon indicating copy to clipboard operation
haskell-handbook copied to clipboard

[New topic] Distributing binaries

Open Martinsos opened this issue 4 years ago • 3 comments
trafficstars

Martinsos avatar May 04 '21 13:05 Martinsos

Two useful tools:

  • https://github.com/utdemir/ghc-musl - statically compile binaries
  • https://hackage.haskell.org/package/hsinstall - create an AppImage for linux

soupi avatar May 05 '21 12:05 soupi

Also seems to be possible to just use alpine

soupi avatar Nov 04 '21 08:11 soupi

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!

Martinsos avatar Nov 08 '21 14:11 Martinsos