Clean up unused files

This commit is contained in:
Joscha 2019-11-07 18:40:05 +00:00
parent af70c1a02c
commit 510ecaa51d
2 changed files with 0 additions and 14 deletions

View file

@ -1,4 +0,0 @@
module Main where
main :: IO ()
main = putStrLn "Nothing to see here, move along."

View file

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