From b92ad7902610306bf1b46582471def874d5f6697 Mon Sep 17 00:00:00 2001 From: Dennis Frieberg Date: Sun, 23 Aug 2020 19:31:38 +0200 Subject: [PATCH] only lib --- app/Main.hs | 6 ------ package.yaml | 11 ----------- 2 files changed, 17 deletions(-) delete mode 100644 app/Main.hs 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