name: Pup-Events-Client
version: 1.1.3
synopsis: A networked event handling framework for hooking
into other programs.
description: Pup-Events is a networking enabled event handling
framework. This package contains the Client
component. In order for the client to be useful it
needs events and associated handlers, which you
write. You then call the `client` function, passing
in the required functions for the client to work
properly.
properly.
category: Networking, Pup-Events
author: Daniel Wilson
maintainer: wilsonhardrock@gmail.com
copyright: (c) 2012 Daniel Wilson
license: GPL-3
license-file: LICENSE
cabal-version: >= 1.10.2.0
tested-with: GHC == 7.0.4
build-type: Simple
library
exposed-modules: PupEventsClient
default-language: Haskell98
build-depends: base == 4.*, stm >= 2.3, parsec >= 3.1.1,
Pup-Events-PQueue, network, transformers