only lib
This commit is contained in:
parent
783253b6f4
commit
b92ad79026
2 changed files with 0 additions and 17 deletions
|
@ -1,6 +0,0 @@
|
|||
module Main where
|
||||
|
||||
import Lib
|
||||
|
||||
main :: IO ()
|
||||
main = someFunc
|
11
package.yaml
11
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
|
||||
|
|
Loading…
Reference in a new issue