name: unbounded-delays
version: 0.1
cabal-version: >= 1.6
build-type: Simple
author: Bas van Dijk <v.dijk.bas@gmail.com>
Roel van Dijk <vandijk.roel@gmail.com>
maintainer: Bas van Dijk <v.dijk.bas@gmail.com>
Roel van Dijk <vandijk.roel@gmail.com>
copyright: 2011 Bas van Dijk & Roel van Dijk
license: BSD3
license-file: LICENSE
category: Concurrency
synopsis: Unbounded thread delays and timeouts
description: The @threadDelay@ and @timeout@ functions from the @base@ library
use the bounded @Int@ type for specifying the delay or timeout
period. This packages provides alternatives which use the
unbounded @Integer@ type.
source-repository head
Type: darcs
Location: http://code.haskell.org/~basvandijk/code/unbounded-delays
library
build-depends: base >= 3 && < 4.4
exposed-modules: Control.Concurrent.Thread.Delay
, Control.Concurrent.Timeout
ghc-options: -Wall