First working state (UDP and TCP working)

This commit is contained in:
Erèbe 2016-05-15 01:50:16 +02:00
parent 3060a5d2c7
commit 1ed3177040
3 changed files with 262 additions and 6 deletions

View file

@ -20,14 +20,22 @@ library
, websockets
, classy-prelude
, bytestring
, streaming-commons >= 0.1.3
, network
, async
, unordered-containers
default-language: Haskell2010
executable wstunnel-exe
executable wstunnel
hs-source-dirs: app
main-is: Main.hs
ghc-options: -threaded -rtsopts -with-rtsopts=-N
build-depends: base
, wstunnel
, cmdargs
, classy-prelude
, bytestring
default-language: Haskell2010
test-suite wstunnel-test