packages feed

control-timeout-0.1.2: control-timeout.cabal

name:            control-timeout
version:         0.1.2
license:         BSD3
license-file:    LICENSE
author:          Adam Langley <agl@imperialviolet.org>
description:     This package provides functions for running timeouts
synopsis:        Timeout handling
category:        Control
build-depends:   base, containers, time, stm
stability:       provisional
tested-with:     GHC == 6.8.2
exposed-modules: Control.Timeout
extra-source-files: test/TimeoutTest.hs