Simple script to make existing GHC or HP installation work with Xcode 5

2013-10-31 Thread Mark Lentczner
Friends - I've developed a simple shell script that should enable your existing GHC 7. or HP installation work with Xcode 5. https://gist.github.com/mzero/7245290 Place that script somewhere, make it executable, and run it. *Then follow the instructions it tells you!* You will end up having to

Re: Dynamically loading and unloading (C) object files

2013-10-31 Thread Edward Z. Yang
So that leads me to wonder: are there limitations that we should be aware of? Have I simply been lucky so far? If you are loading Haskell code, you will need to be very careful to make sure you load all of the dependencies as well. There are a number of plugins packages and a paper: