adapted to tickLeiste restructure
This commit is contained in:
parent
ba8c620abe
commit
fecda5bd45
4 changed files with 7 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue