Set up mima-run executable

This commit is contained in:
Joscha 2020-03-27 21:13:12 +00:00
parent 495809bd86
commit 975c5e4116
2 changed files with 15 additions and 0 deletions

4
mima-run/Main.hs Normal file
View file

@ -0,0 +1,4 @@
module Main where
main :: IO ()
main = putStrLn "In the beginning, there was nothing."

View file

@ -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