we have a running webserver (nothing tested)

This commit is contained in:
Dennis Frieberg 2020-09-22 16:24:39 +02:00
parent fecda5bd45
commit e4339fb38d
4 changed files with 47 additions and 2 deletions

View file

@ -35,16 +35,21 @@ library
, base >=4.7 && <5
, bytestring
, containers
, http-types
, text
, tickLeiste
, tickLeiste-aeson
, uuid
, wai
, wai-websockets
, warp
, websockets
default-language: Haskell2010
executable tickLeisteServer
main-is: Main.hs
other-modules:
WaiApp
WebSocketApp
Paths_tickLeisteServer
hs-source-dirs:
@ -55,11 +60,15 @@ executable tickLeisteServer
, base >=4.7 && <5
, bytestring
, containers
, http-types
, text
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, uuid
, wai
, wai-websockets
, warp
, websockets
default-language: Haskell2010
@ -76,10 +85,14 @@ test-suite tickLeisteServer-test
, base >=4.7 && <5
, bytestring
, containers
, http-types
, text
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, uuid
, wai
, wai-websockets
, warp
, websockets
default-language: Haskell2010