I believe the problem is deeper than just moving executables from here to there.On Sat, Jun 1, 2013 at 8:14 AM, Brandon Allbery <allbery.b@gmail.com> wrote:
On Fri, May 31, 2013 at 10:20 PM, Gan Uesli Starling <gan@starling.us> wrote:So, it would be something to allow an author to issue programs which end-users would NOT have to know anything about Haskell itself and would have to, at most, perform a two-step, wholly automatic installation procedure. Short of this, anything I might aspire to give away free to the public en masse, could not conceivably be written in Haskell. In which case, I'll respectfully bow out from endeavoring to learn it myself, however useful it serves for many another purpose.Aside from system libraries, if you don't configure your packages to be dynamic GHC works that way. You can also force system libraries if you use -static; but note that this also links libc static, which is problematic on at least Linux and Solaris. (Usually, the only problematic system library is gmp.)