Introduce runhaskell Option (#32487)
As an alternative to compiling and running the executable.
This commit is contained in:
committed by
Christopher McCormack
parent
13ca5969cd
commit
69a6531bb9
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user