Add mima-asm program

This commit is contained in:
Joscha 2019-11-10 10:58:40 +00:00
parent bd8bd20224
commit 6c7b47a18d
2 changed files with 55 additions and 0 deletions

View file

@ -44,6 +44,16 @@ executables:
dependencies:
- mima-tools
mima-asm:
main: Main.hs
source-dirs: app/MimaAsm
ghc-options:
- -threaded
- -rtsopts
- -with-rtsopts=-N
dependencies:
- mima-tools
tests:
mima-tools-test:
main: Spec.hs