stack-3.1.1: doc/commands/runhaskell_command.md
<div class="hidden-warning"><a href="https://docs.haskellstack.org/"><img src="https://cdn.jsdelivr.net/gh/commercialhaskell/stack/doc/img/hidden-warning.svg"></a></div>
# The `stack runhaskell` command
~~~text
stack runhaskell [-- ARGUMENT(S) (e.g. stack runghc -- X.hs)]
[--[no-]ghc-package-path] [--[no-]stack-exe]
[--package PACKAGE] [--rts-options RTSFLAG] [--cwd DIR]
~~~
The `stack runhaskell` command is equivalent to the `stack runghc` command. For
further information, see the [`stack runghc`](runghc_command.md) documentation.