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 commandsstack <command> --help(or-h) — provides help on the particular Stack command, including flags and options specific to the commandstack --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
- The Stack mailing list
- The FAQ
- The haskell-stack tag on Stack Overflow
- Another getting started with Stack tutorial
- Why is Stack not Cabal?
Package description format specifications supported by Stack:
- Cabal's: a Cabal file
- Hpack's: a
package.yamlfile