exceptions are evil, catch them if you can
This commit is contained in:
parent
58a0e3b18e
commit
9bdcbc315f
3 changed files with 111 additions and 2 deletions
|
@ -34,9 +34,12 @@ library
|
|||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, strict-concurrency
|
||||
, text
|
||||
, tickLeiste
|
||||
, uuid
|
||||
, websockets
|
||||
default-language: Haskell2010
|
||||
|
||||
executable tickLeisteServer
|
||||
|
@ -50,10 +53,13 @@ executable tickLeisteServer
|
|||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, strict-concurrency
|
||||
, text
|
||||
, tickLeiste
|
||||
, tickLeisteServer
|
||||
, uuid
|
||||
, websockets
|
||||
default-language: Haskell2010
|
||||
|
||||
test-suite tickLeisteServer-test
|
||||
|
@ -67,8 +73,11 @@ test-suite tickLeisteServer-test
|
|||
build-depends:
|
||||
aeson
|
||||
, base >=4.7 && <5
|
||||
, bytestring
|
||||
, strict-concurrency
|
||||
, text
|
||||
, tickLeiste
|
||||
, tickLeisteServer
|
||||
, uuid
|
||||
, websockets
|
||||
default-language: Haskell2010
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue