September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new working-with-cloud-haskell simple
executable working-with-cloud-haskell
hs-source-dirs: src
main-is: Main.hs
ghc-options: -threaded
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, binary
, distributed-process
, network-transport
, network-transport-tcp
At the time of writing this recipe, the Cloud Haskell libraries are not part of LTS stack. Hence we need to add more dependencies to stack.yaml in the extra-deps section. Note that the ...
Read now
Unlock full access