diff --git a/app/Main.hs b/app/Main.hs deleted file mode 100644 index de1c1ab..0000000 --- a/app/Main.hs +++ /dev/null @@ -1,6 +0,0 @@ -module Main where - -import Lib - -main :: IO () -main = someFunc diff --git a/package.yaml b/package.yaml index b25c12c..ec9c936 100644 --- a/package.yaml +++ b/package.yaml @@ -25,17 +25,6 @@ dependencies: library: source-dirs: src -executables: - tickLeiste-exe: - main: Main.hs - source-dirs: app - ghc-options: - - -threaded - - -rtsopts - - -with-rtsopts=-N - dependencies: - - tickLeiste - tests: tickLeiste-test: main: Spec.hs