packages feed

Pup-Events-PQueue-1.0: Pup-Events-PQueue.cabal

name:                   Pup-Events-PQueue
version:                1.0
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 Priority Queue
                        implementation used in the Pup-Events-Client and
                        Pup-Events-Server packages.
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:    PupEventsPQueue
    default-language:   Haskell98
    build-depends:      base == 4.*, stm >= 2.3