Parallelise body updating

This commit is contained in:
Dimitri Lozeve 2017-11-20 17:01:52 +00:00
parent 7a75f84d46
commit 453cf2bd0f
2 changed files with 24 additions and 3 deletions

View file

@ -19,12 +19,14 @@ library
build-depends: base >= 4.7 && < 5
, linear
, lens
, parallel
, deepseq
default-language: Haskell2010
executable orbit-exe
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
ghc-options: -threaded -rtsopts -with-rtsopts=-N -eventlog
build-depends: base
, orbit
, linear