start working on core init

This commit is contained in:
Jon Doe
2020-09-21 00:05:58 +02:00
committed by Maciej Bonin
parent bf46dd0be3
commit 01a0246a4a
2 changed files with 36 additions and 8 deletions

View File

@ -25,7 +25,8 @@ library
text,
plugins >= 1.6.0,
directory,
hashable
hashable,
monad-parallel
ghc-options:
-O2
-threaded
@ -40,7 +41,8 @@ executable GypsFulvus
text,
plugins >= 1.6.0,
directory,
hashable
hashable,
monad-parallel
ghc-options:
-O2
-threaded