packages feed

uni-events-2.2.2.0: uni-events.cabal

name:           uni-events
version:        2.2.2.0
build-type:     Simple
license:        LGPL
license-file:   LICENSE
author:         uniform@informatik.uni-bremen.de
maintainer:     c.maeder@jacobs-university.de
homepage:       http://www.informatik.uni-bremen.de/uniform/wb/
category:       Uniform
synopsis:       Event handling for the uniform workbench
description:    uni events
cabal-version:  >= 1.4

library
  exposed-modules:
    Events.Toggle,
    Events.Events,
    Events.Cells,
    Events.GuardedEvents,
    Events.GuardedChannels,
    Events.DeleteQueue,
    Events.NullGuard,
    Events.FMQueue,
    Events.EqGuard,
    Events.Spawn,
    Events.Destructible,
    Events.Channels,
    Events.Examples,
    Events.RefQueue,
    Events.Synchronized

  build-depends: base >=4 && < 5, containers, uni-util

  ghc-options: -fwarn-unused-imports -fno-warn-warnings-deprecations