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:
|
dependencies:
|
||||||
- base >= 4.7 && < 5
|
- base >= 4.7 && < 5
|
||||||
- tickLeiste
|
- tickLeiste
|
||||||
|
- tickLeiste-aeson
|
||||||
- aeson
|
- aeson
|
||||||
- uuid
|
- uuid
|
||||||
- text
|
- text
|
||||||
|
|
|
@ -31,7 +31,8 @@ resolver:
|
||||||
# - wai
|
# - wai
|
||||||
packages:
|
packages:
|
||||||
- .
|
- .
|
||||||
- tickLeiste
|
- tickLeiste/tickLeiste
|
||||||
|
- tickLeiste/tickLeiste-aeson
|
||||||
# Dependency packages to be pulled from upstream that are not in the resolver.
|
# Dependency packages to be pulled from upstream that are not in the resolver.
|
||||||
# These entries can reference officially published versions as well as
|
# These entries can reference officially published versions as well as
|
||||||
# forks / in-progress versions pinned to a git hash. For example:
|
# 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
|
library
|
||||||
exposed-modules:
|
exposed-modules:
|
||||||
Data.Aeson.TickLeiste
|
|
||||||
Lib
|
Lib
|
||||||
other-modules:
|
other-modules:
|
||||||
Paths_tickLeisteServer
|
Paths_tickLeisteServer
|
||||||
|
@ -38,6 +37,7 @@ library
|
||||||
, containers
|
, containers
|
||||||
, text
|
, text
|
||||||
, tickLeiste
|
, tickLeiste
|
||||||
|
, tickLeiste-aeson
|
||||||
, uuid
|
, uuid
|
||||||
, websockets
|
, websockets
|
||||||
default-language: Haskell2010
|
default-language: Haskell2010
|
||||||
|
@ -57,6 +57,7 @@ executable tickLeisteServer
|
||||||
, containers
|
, containers
|
||||||
, text
|
, text
|
||||||
, tickLeiste
|
, tickLeiste
|
||||||
|
, tickLeiste-aeson
|
||||||
, tickLeisteServer
|
, tickLeisteServer
|
||||||
, uuid
|
, uuid
|
||||||
, websockets
|
, websockets
|
||||||
|
@ -77,6 +78,7 @@ test-suite tickLeisteServer-test
|
||||||
, containers
|
, containers
|
||||||
, text
|
, text
|
||||||
, tickLeiste
|
, tickLeiste
|
||||||
|
, tickLeiste-aeson
|
||||||
, tickLeisteServer
|
, tickLeisteServer
|
||||||
, uuid
|
, uuid
|
||||||
, websockets
|
, websockets
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue