add hslogger

This commit is contained in:
Erèbe 2016-05-30 17:27:04 +02:00
parent 6d0eea8328
commit 3cd5dba661
2 changed files with 4 additions and 1 deletions

View file

@ -26,6 +26,7 @@ library
, websockets
, network-conduit-tls
, connection
, hslogger
default-language: Haskell2010
@ -38,6 +39,8 @@ executable wstunnel
, cmdargs
, classy-prelude
, bytestring
, hslogger
default-language: Haskell2010
test-suite wstunnel-test