exceptions are evil, catch them if you can

This commit is contained in:
Dennis Frieberg 2020-09-05 02:22:22 +02:00
parent 58a0e3b18e
commit 9bdcbc315f
3 changed files with 111 additions and 2 deletions

View file

@ -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