packages feed

Pup-Events-Server-1.1: Pup-Events-Server.cabal

name:                   Pup-Events-Server
version:                1.1
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 Server
                        component. In order for the server to be useful it
                        needs events and associated handlers, which you
                        write. You then call the `server` function, passing
                        in the required functions for the server to work
                        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:    PupEventsServer
    default-language:   Haskell98
    build-depends:      base == 4.*, stm >= 2.3, parsec >= 3.1.1,
                        Pup-Events-PQueue, network, transformers