Clean up application file structure

This commit is contained in:
Joscha 2019-11-08 19:28:59 +00:00
parent 4f5817c032
commit 9258aa4f4d
3 changed files with 99 additions and 93 deletions

View file

@ -33,10 +33,9 @@ library:
executables:
mima-run:
main: MimaRun.hs
source-dirs: app
main: Main.hs
source-dirs: app/MimaRun
ghc-options:
- -main-is MimaRun
- -threaded
- -rtsopts
- -with-rtsopts=-N