adapted to tickLeiste restructure
This commit is contained in:
parent
ba8c620abe
commit
fecda5bd45
4 changed files with 7 additions and 3 deletions
|
@ -22,6 +22,7 @@ description: Please see the README on GitHub at <https://github.com/gith
|
|||
dependencies:
|
||||
- base >= 4.7 && < 5
|
||||
- tickLeiste
|
||||
- tickLeiste-aeson
|
||||
- aeson
|
||||
- uuid
|
||||
- text
|
||||
|
|
|
@ -31,7 +31,8 @@ resolver:
|
|||
# - wai
|
||||
packages:
|
||||
- .
|
||||
- tickLeiste
|
||||
- tickLeiste/tickLeiste
|
||||
- tickLeiste/tickLeiste-aeson
|
||||
# Dependency packages to be pulled from upstream that are not in the resolver.
|
||||
# These entries can reference officially published versions as well as
|
||||
# forks / in-progress versions pinned to a git hash. For example:
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit 41055a852102dcaa8658452c09c1c0afd2f42900
|
||||
Subproject commit b40c7faef0343a09f256833d822cc7734e3fcb4f
|
|
@ -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