Add tls support for clientM & fix socket leak

This commit is contained in:
Erèbe 2016-05-16 01:09:56 +02:00
parent 8930a823a2
commit 0b001c3264
3 changed files with 87 additions and 31 deletions

View file

@ -17,13 +17,14 @@ library
hs-source-dirs: src
exposed-modules: Lib
build-depends: base >= 4.7 && < 5
, websockets
, classy-prelude
, bytestring
, streaming-commons >= 0.1.3
, network
, async
, unordered-containers
, network
, streaming-commons >= 0.1.3
, connection >= 0.2
, websockets
default-language: Haskell2010