First working state (UDP and TCP working)
This commit is contained in:
parent
3060a5d2c7
commit
1ed3177040
3 changed files with 262 additions and 6 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue