ghc: Introduce --run mode
As described in #18011, this mode provides similar functionality to the `runhaskell` command, but doesn't require that the user know the path of yet another executable, simplifying interactions with upstream tools.
Showing
- docs/users_guide/using.rst 14 additions, 0 deletionsdocs/users_guide/using.rst
- ghc/Main.hs 22 additions, 3 deletionsghc/Main.hs
- testsuite/tests/driver/RunMode.hs 4 additions, 0 deletionstestsuite/tests/driver/RunMode.hs
- testsuite/tests/driver/RunMode.stdout 1 addition, 0 deletionstestsuite/tests/driver/RunMode.stdout
- testsuite/tests/driver/RunMode/Test.hs 7 additions, 0 deletionstestsuite/tests/driver/RunMode/Test.hs
- testsuite/tests/driver/all.T 1 addition, 0 deletionstestsuite/tests/driver/all.T
Loading
Please register or sign in to comment