Skip to content

Instantly share code, notes, and snippets.

@nonowarn
Created October 21, 2009 17:49
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nonowarn/215293 to your computer and use it in GitHub Desktop.
Save nonowarn/215293 to your computer and use it in GitHub Desktop.
Wrapper Script for GHC on SL
#!/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