-- Leo's gemini proxy

-- Connecting to freeshell.de:1965...

-- Connected

-- Sending request

-- Meta line: 20 text/gemini;lang=en-GB

stack


> Tool for managing Haskell projects.

More information.


Create a new package:

stack new {package_name} {template_name}

Compile a package:

stack build

Run tests inside a package:

stack test

Compile a project and re-compile every time a file changes:

stack build --file-watch

Compile a project and execute a command after compilation:

stack build --exec "{command}"

Run a program and pass an argument to it:

stack exec {program_name} -- {argument}


> Copyright © 2014—present the tldr-pages team and contributors.

> This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).

CC-BY



-- Response ended

-- Page fetched on Fri May 17 15:11:45 2024