September 2017
Beginner to intermediate
396 pages
9h 46m
English
git clone https://github.com/snapframework/snap-templates.git
stack --resolver lts-9.1 init --solver --ignore-subdirs
At the moment, lts-9.1 is the latest LTS available with stack. We also need to ignore the subdirectories, as otherwise, stack will include all the subdirectories and cabal files in the stack project file.
stack build stack install
Read now
Unlock full access