Maj ghc 8.0 + add sock5 types

This commit is contained in:
Erèbe 2016-06-13 14:04:01 +02:00
parent dce0372c4b
commit 0bd70fd006
4 changed files with 11 additions and 12 deletions

View file

@ -31,7 +31,6 @@ deriving instance Hashable N.SockAddr
data Protocol = UDP | TCP deriving (Show, Read)
data UdpAppData = UdpAppData
{ appAddr :: N.SockAddr
, appSem :: MVar ByteString