name:                 unbounded-delays
version:              0.1.1.1
visibility:           public
id:                   unbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS
key:                  unbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS
license:              BSD-3-Clause
copyright:            2011-2020 Bas van Dijk & Roel van Dijk
maintainer:
    Bas van Dijk <v.dijk.bas@gmail.com>
    Roel van Dijk <roel@lambdacube.nl>

author:
    Bas van Dijk <v.dijk.bas@gmail.com>
    Roel van Dijk <roel@lambdacube.nl>

homepage:             https://github.com/basvandijk/unbounded-delays
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.

category:             Concurrency
abi:                  b9812a4debea6ca48d4a33238ba14f2a
exposed:              True
exposed-modules:
    Control.Concurrent.Thread.Delay Control.Concurrent.Timeout

import-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/unbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS

library-dirs:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/unbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS

library-dirs-static:
    /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1/unbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS

dynamic-library-dirs: /usr/pkg/lib/aarch64-netbsd-ghc-9.10.1
data-dir:
    /usr/pkg/share/aarch64-netbsd-ghc-9.10.1/unbounded-delays-0.1.1.1

hs-libraries:         HSunbounded-delays-0.1.1.1-ED2OqRCnpkDEYVgjUEisTS
depends:              base-4.20.0.0-inplace
haddock-interfaces:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/unbounded-delays-0.1.1.1/html/unbounded-delays.haddock

haddock-html:
    /usr/pkg/share/doc/aarch64-netbsd-ghc-9.10.1/unbounded-delays-0.1.1.1/html
