Add mima-asm program
This commit is contained in:
parent
bd8bd20224
commit
6c7b47a18d
2 changed files with 55 additions and 0 deletions
10
package.yaml
10
package.yaml
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue