Difference between revisions of "Stack"

From HaskellWiki
Jump to navigation Jump to search
(→‎Important links: Updated the link "Download instructions")
(→‎Important links: Added link to ''The Haskell Tool Stack'')
Line 15: Line 15:
 
== Important links ==
 
== Important links ==
   
  +
* [https://docs.haskellstack.org/ The Haskell Tool Stack], the official Stack website.
 
* [https://github.com/commercialhaskell/stack#readme The readme file]
 
* [https://github.com/commercialhaskell/stack#readme The readme file]
 
* [http://docs.haskellstack.org/en/stable/install_and_upgrade/ Download instructions]
 
* [http://docs.haskellstack.org/en/stable/install_and_upgrade/ Download instructions]

Revision as of 13:54, 28 August 2019

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