Add tls server

This commit is contained in:
Erèbe 2016-05-21 15:41:56 +02:00
parent 3c287c81c3
commit 38b465980f
4 changed files with 83 additions and 33 deletions

View file

@ -16,15 +16,16 @@ cabal-version: >=1.10
library
hs-source-dirs: src
exposed-modules: Lib
build-depends: base >= 4.7 && < 5
build-depends: base
, classy-prelude
, bytestring
, async
, unordered-containers
, network
, streaming-commons >= 0.1.15
, connection >= 0.2
, streaming-commons
, connection
, websockets
, network-conduit-tls
default-language: Haskell2010