File: Client.hs

package info (click to toggle)
haskell-hspread 0.3-3
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 112 kB
  • ctags: 10
  • sloc: haskell: 567; makefile: 1
file content (8 lines) | stat: -rw-r--r-- 257 bytes parent folder | download
1
2
3
4
5
6
7
8
module Spread.Client
    (module Spread.Client.Message
    ,module Spread.Client.Connection)
    where
import Spread.Client.Connection
import Spread.Client.Message hiding (putPadded,multicast_internal,receive_internal,KillMsg(..),mkPrivateGroup)