Skip to content
Snippets Groups Projects
  • Ian Lynagh's avatar
    4dfc4d2d
    Implement GHC.Environment.getFullArgs · 4dfc4d2d
    Ian Lynagh authored
    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.
    4dfc4d2d
    History
    Implement GHC.Environment.getFullArgs
    Ian Lynagh authored
    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.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
Environment.hs 476 B