Implement GHC.Environment.getFullArgs
authorIan Lynagh <igloo@earth.li>
Tue, 17 Jul 2007 14:19:18 +0000 (14:19 +0000)
committerIan Lynagh <igloo@earth.li>
Tue, 17 Jul 2007 14:19:18 +0000 (14:19 +0000)
commitb268a419675edfb0c2d150a282230a48aa7c9c5e
tree100214758a394ede640bae35cd2fdb119915efab
parent3150dd21ca8b5006c7caeed1eda6b1dad7a6f6db
Implement GHC.Environment.getFullArgs
This returns all the arguments, including those normally eaten by the
RTS (+RTS ... -RTS).
This is mainly for ghc-inplace, where we need to pass /all/ the
arguments on to the real ghc. e.g. ioref001(ghci) was failing because
the +RTS -K32m -RTS wasn't getting passed on.
GHC/Environment.hs [new file with mode: 0644]
base.cabal