Barnes-Hut: tree management

This commit is contained in:
Dimitri Lozeve 2017-11-07 10:30:29 +00:00
parent 6e4cf862d4
commit 232fbc6701
3 changed files with 122 additions and 11 deletions

View file

@ -18,6 +18,7 @@ library
exposed-modules: Lib
build-depends: base >= 4.7 && < 5
, linear
, lens
default-language: Haskell2010
executable orbit-exe