           SPELL=haskell-unbounded-delays
         VERSION=0.1.1.0
          SOURCE="unbounded-delays-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/unbounded-delays-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:70e26055abe40b38e20bc5dadc3ae32b699613698d0fc36bbd519fe011128fbdda7e963a69f25375b4e8a26b2ebfa2cdd4496d9d045e9f19672224654e5e7948
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/unbounded-delays-${VERSION}"
        WEB_SITE="https://github.com/basvandijk/unbounded-delays"
      LICENSE[0]=BSD
         ENTERED=20150802
           SHORT="unbounded thread delays and timeouts"
cat << EOF
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.
EOF
