diff --git a/app/Main.hs b/app/Main.hs deleted file mode 100644 index e554c0b..0000000 --- a/app/Main.hs +++ /dev/null @@ -1,4 +0,0 @@ -module Main where - -main :: IO () -main = putStrLn "Nothing to see here, move along." diff --git a/package.yaml b/package.yaml index 3a0fbc2..a39d9dc 100644 --- a/package.yaml +++ b/package.yaml @@ -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