# Other resources There are lots of resources available for learning more about Stack: * `stack`, `stack --help` (or `-h`) — lists Stack's commands, and flags and options common to those commands * `stack --help` (or `-h`) — provides help on the particular Stack command, including flags and options specific to the command * `stack --version` — identify the version and Git hash of the Stack executable * `--verbose` (or `-v`) — much more info about internal operations (useful for bug reports) * The [home page](http://haskellstack.org) * The [Stack mailing list](https://groups.google.com/d/forum/haskell-stack) * The [FAQ](faq.md) * The [haskell-stack tag on Stack Overflow](http://stackoverflow.com/questions/tagged/haskell-stack) * [Another getting started with Stack tutorial](http://seanhess.github.io/2015/08/04/practical-haskell-getting-started.html) * [Why is Stack not Cabal?](https://www.fpcomplete.com/blog/2015/06/why-is-stack-not-cabal) Package description format specifications supported by Stack: * Cabal's: a [Cabal file](https://cabal.readthedocs.io/en/stable/cabal-package-description-file.html) * Hpack's: a [`package.yaml` file](https://github.com/sol/hpack?tab=readme-ov-file#documentation)