Name: timeout-control Version: 0.2 Synopsis: Updatable timeouts as a Monad transformer Description: Add updatable timeout functionality to a Monad transformer stack layered on IO License: BSD3 License-File: LICENSE Author: Nathan Howell Maintainer: Nathan Howell Homepage: http://github.com/alphaHeavy/timeout-control Bug-Reports: http://github.com/alphaHeavy/timeout-control/issues Category: Concurrency, Control Build-type: Simple Cabal-version: >= 1.10 Library Default-Language: Haskell2010 Exposed-modules: System.Timeout.Control Other-modules: System.Timeout.Event Build-depends: base >= 3 && < 5, ghc-prim >= 0.2, lifted-base >= 0.1, monad-control >= 1.0, mtl >= 2.0 && < 3.0, transformers-base >= 0.4.1 && < 0.5 GHC-Options: -Wall Source-Repository head Type: git Location: https://github.com/alphaHeavy/timeout-control.git