Difference between revisions of "Stack"

From HaskellWiki
Jump to navigation Jump to search
(→‎Important links: Added link to ''The Haskell Tool Stack'')
(→‎Blog posts / Tutorials: Changed link to a more up-to-date article)
 
Line 10: Line 10:
 
== Blog posts / Tutorials ==
 
== Blog posts / Tutorials ==
   
* [https://duplode.github.io/posts/casual-hacking-with-stack.html Casual Hacking With stack] - Explains how to start up a new package with Stack and what each file is for.
+
* [https://duplode.github.io/posts/casual-hacking-with-stack-reloaded.html Casual Hacking With stack, Reloaded] - Explains how to start up a new package with Stack and what each file is for.
 
   
 
== Important links ==
 
== Important links ==

Latest revision as of 13:57, 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