New Ticket     Wiki     Browse Source     Timeline     Roadmap     Ticket Reports     Search

Ticket #20132: usr-bin-ghci.patch

File usr-bin-ghci.patch, 344 bytes (added by ecronin@…, 2 years ago)

patch for binary GHC 6.10.4 install (ghci)

  • ghci

    old new  
    11#!/bin/sh 
    2 exec /Library/Frameworks/GHC.framework/Versions/610/usr/bin/ghc-6.10.4 --interactive ${1+"$@"} 
     2exec /Library/Frameworks/GHC.framework/Versions/610/usr/bin/ghc-6.10.4 -optc-m32 -opta-m32 -optl-m32 --interactive ${1+"$@"}