summaryrefslogtreecommitdiff
path: root/Presence/ConnectionKey.hs
blob: ad4eeab730a222d8b008be2edf123bba48496562 (plain)
1
2
3
4
5
6
7
8
module ConnectionKey where

import Network.Socket ( SockAddr(..) )
import SockAddr ()

newtype ClientAddress = ClientAddress SockAddr
    deriving (Eq,Ord,Show)