shaped initial project
This commit is contained in:
parent
d27eac6827
commit
4bfe5baee3
8 changed files with 27 additions and 23 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue