This commit is contained in:
Dennis Frieberg 2020-08-23 19:31:38 +02:00
parent 783253b6f4
commit b92ad79026
2 changed files with 0 additions and 17 deletions

View file

@ -1,6 +0,0 @@
module Main where
import Lib
main :: IO ()
main = someFunc

View file

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