Parallelise body updating
This commit is contained in:
parent
7a75f84d46
commit
453cf2bd0f
2 changed files with 24 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue