Stack: Difference between revisions

From HaskellWiki
mNo edit summary
(→‎Important links: Updated the link "Download instructions")
Line 16: Line 16:


* [https://github.com/commercialhaskell/stack#readme The readme file]
* [https://github.com/commercialhaskell/stack#readme The readme file]
* [https://github.com/commercialhaskell/stack/wiki/Downloads Download instructions]
* [http://docs.haskellstack.org/en/stable/install_and_upgrade/ Download instructions]
* [https://github.com/commercialhaskell/stack/wiki/FAQ FAQ list]
* [http://docs.haskellstack.org/en/stable/faq/ FAQ list]
* [https://groups.google.com/forum/#!forum/haskell-stack The mailing list]
* [https://groups.google.com/forum/#!forum/haskell-stack The mailing list]
* [https://github.com/commercialhaskell/stack The stack repository]
* [https://github.com/commercialhaskell/stack The stack repository]


== Other links ==
== Other links ==

Revision as of 12:43, 31 May 2016

This article is a stub. You can help by expanding it.

For the description of the common computer term stack, see the Wikipedia article Stack (abstract data type) or Call stack.


Introduction

Stack is a development tool for the entire Haskell development cycle, from installing the compiler and packages to testing and benchmarking software.

Blog posts / Tutorials


Important links

Other links