unbounded thread delays and timeouts
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.

Maintainer: The OpenBSD ports mailing-list <ports@openbsd.org>

WWW: https://hackage.haskell.org/package/unbounded-delays
