ozil icon indicating copy to clipboard operation
ozil copied to clipboard

How do we distribute binaries?

Open typesanitizer opened this issue 7 years ago • 1 comments

  • [ ] How do we track the dependencies needed so that copy-pasting a binary just works? Do we need the user to have the right version of libgmp available on their machine? Since we don't use Integer at all, it would probably be okay to use a GHC with integer-simple instead.
  • [ ] How do we cross-compile for Musl based distros?
  • [ ] Is it possible to use a CI service to generate binaries for OS X and use them in releases?

typesanitizer avatar Nov 17 '18 15:11 typesanitizer

Related post on Reddit -

https://www.reddit.com/r/haskell/comments/9ldir3/binary_distribution_of_a_haskell_package/

typesanitizer avatar Nov 22 '18 05:11 typesanitizer