Other resources¶
There are lots of resources available for learning more about Stack:
stackorstack --help— lists Stack's commands, and flags and options common to those commandsstack <command> --help— 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?