You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
libgmp
available on their machine? Since we don't useInteger
at all, it would probably be okay to use a GHC withinteger-simple
instead.The text was updated successfully, but these errors were encountered: