Set up mima-run executable
This commit is contained in:
parent
495809bd86
commit
975c5e4116
2 changed files with 15 additions and 0 deletions
4
mima-run/Main.hs
Normal file
4
mima-run/Main.hs
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
module Main where
|
||||
|
||||
main :: IO ()
|
||||
main = putStrLn "In the beginning, there was nothing."
|
||||
11
package.yaml
11
package.yaml
|
|
@ -26,6 +26,17 @@ dependencies:
|
|||
library:
|
||||
source-dirs: src
|
||||
|
||||
executables:
|
||||
mima-run:
|
||||
source-dirs: mima-run
|
||||
main: Main.hs
|
||||
ghc-options:
|
||||
- -threaded
|
||||
- -rtsopts
|
||||
- -with-rtsopts=-N
|
||||
dependencies:
|
||||
- mima-tools
|
||||
|
||||
tests:
|
||||
spec:
|
||||
source-dirs: test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue