September 2017
Beginner to intermediate
396 pages
9h 46m
English
stack new using-closure simple
executable using-closure
hs-source-dirs: src
main-is: Main.hs ghc-options: -threaded
default-language: Haskell2010
build-depends: base >= 4.7 && < 5
, distributed-process
, distributed-process-simplelocalnet
At the time of writing this recipe, some of the dependencies are not resolved through stackage LTS. Add the following to stack.yaml:
extra-deps:
- distributed-process-0.6.6
- distributed-process-simplelocalnet-0.2.3.3
- syb-0.6
Read now
Unlock full access