Introduce runhaskell Option (#32487)

As an alternative to compiling and running the executable.
This commit is contained in:
Yiğit Sever
2019-01-15 04:14:34 +03:00
committed by Christopher McCormack
parent 13ca5969cd
commit 69a6531bb9

View File

@ -55,6 +55,12 @@ stack ghc hello.hs
./hello
```
Alternatively, you can use `runhaskell` to skip the compiling step.
```shell
stack runhaskell hello.hs
```
## Documentation
Hackage provides documentation for Haskell