问题
I am somewhat new to Haskell, been using it for a few months now for side projects. I'd like to write a Haskell interface to a C library. All code will be proprietary, not open source. So my question is, what if I end up distributing this to a customer and don't want to provide the source code, but rather something like a shared library. In C I can build the code for the target platform and provide header files. Can I do something similar in Haskell?
来源:https://stackoverflow.com/questions/26454451/proprietary-haskell-library