September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack --resolver lts-9.1 new form-handling-in-snap simple
executable form-handling-in-snap
hs-source-dirs: src
main-is: Main.hs
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, snap-server
, snap-core
, snap
, lens
, bytestring
, text
, containers
Once the dependency is added, solve the dependency constraints by using the same resolver and allowing stack to update the stack.yaml file:
stack --resolver lts-9.1 solver --update-config
Read now
Unlock full access