```active haskell
import System.Process

main = runProcess "ghci" [] Nothing Nothing Nothing Nothing Nothing
```