freckletonj / how-to-haskell

A battleground.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How To Haskell

Interpreting scripts using `stack`

needs at least stack version 1.2.1

https://docs.haskellstack.org/en/stable/GUIDE/#script-interpreter

run

`stack <file name>`

Errors

Error: While constructing the build plan… no specified version

Specify version of dependency, and the package you want

stack install dependency-0.1.2.3 packageyouwant-0.9.8.7

About

A battleground.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Haskell 100.0%