diff --git a/guide/english/haskell/index.md b/guide/english/haskell/index.md index d7ecb8964f..cf09e9925c 100644 --- a/guide/english/haskell/index.md +++ b/guide/english/haskell/index.md @@ -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