shaped initial project

This commit is contained in:
Dennis Frieberg 2020-09-22 16:53:25 +02:00
parent d27eac6827
commit 4bfe5baee3
8 changed files with 27 additions and 23 deletions

View file

@ -23,17 +23,6 @@ source-repository head
type: git
location: https://github.com/githubuser/tickLeisteTestClient
library
exposed-modules:
Lib
other-modules:
Paths_tickLeisteTestClient
hs-source-dirs:
src
build-depends:
base >=4.7 && <5
default-language: Haskell2010
executable tickLeisteTestClient-exe
main-is: Main.hs
other-modules:
@ -43,6 +32,8 @@ executable tickLeisteTestClient-exe
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, tickLeiste
, tickLeiste-aeson
, tickLeisteTestClient
default-language: Haskell2010
@ -56,5 +47,7 @@ test-suite tickLeisteTestClient-test
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends:
base >=4.7 && <5
, tickLeiste
, tickLeiste-aeson
, tickLeisteTestClient
default-language: Haskell2010