Haskell stack

From wikinotes
Revision as of 16:41, 9 July 2022 by Will (talk | contribs) (Created page with "A package manager for haskell = Install = <blockquote> <syntaxhighlight lang="bash"> pacman -S stack </syntaxhighlight> </blockquote><!-- Install --> = Usage = <blockquote> <syntaxhighlight lang="bash"> stack install skylighting </syntaxhighlight> </blockquote><!-- Usage -->")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

A package manager for haskell

Install

pacman -S stack

Usage

stack install skylighting