Created
October 21, 2009 17:49
-
-
Save nonowarn/215293 to your computer and use it in GitHub Desktop.
Wrapper Script for GHC on SL
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/sh | |
exec /Library/Frameworks/GHC.framework/Versions/610/usr/lib/ghc-6.10.4/ghc -B/Library/Frameworks/GHC.framework/Versions/610/usr/lib/ghc-6.10.4/. -dynload wrapped ${1+"$@"} -optc-m32 -opta-m32 -optl-m32 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment