adapted to tickLeiste restructure

This commit is contained in:
Dennis Frieberg 2020-09-22 12:17:30 +02:00
parent ba8c620abe
commit fecda5bd45
4 changed files with 7 additions and 3 deletions

View file

@ -25,7 +25,6 @@ source-repository head
library
exposed-modules:
Data.Aeson.TickLeiste
Lib
other-modules:
Paths_tickLeisteServer
@ -38,6 +37,7 @@ library
, containers
, text
, tickLeiste
, tickLeiste-aeson
, uuid
, websockets
default-language: Haskell2010
@ -57,6 +57,7 @@ executable tickLeisteServer
, containers
, text
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, uuid
, websockets
@ -77,6 +78,7 @@ test-suite tickLeisteServer-test
, containers
, text
, tickLeiste
, tickLeiste-aeson
, tickLeisteServer
, uuid
, websockets