fixed build config error

This commit is contained in:
Dennis Frieberg 2020-09-22 18:05:17 +02:00
parent 2029e7ae87
commit 769501684b
2 changed files with 0 additions and 3 deletions

View file

@ -33,8 +33,6 @@ executables:
- -threaded - -threaded
- -rtsopts - -rtsopts
- -with-rtsopts=-N - -with-rtsopts=-N
dependencies:
- tickLeisteTestClient
tests: tests:
tickLeisteTestClient-test: tickLeisteTestClient-test:

View file

@ -34,7 +34,6 @@ executable tickLeisteTestClient-exe
base >=4.7 && <5 base >=4.7 && <5
, tickLeiste , tickLeiste
, tickLeiste-aeson , tickLeiste-aeson
, tickLeisteTestClient
, websockets , websockets
default-language: Haskell2010 default-language: Haskell2010