           SPELL=haskell-threads
         VERSION=0.5.1.6
          SOURCE="threads-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/threads-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:d34d97e5614f23afc5d2bb671c3979d779a9d0e29147a8bf25059f35ed562264302a3242224b022388e554177aa34455cb59dc640b2fa19ec452f15afac10525
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/threads-${VERSION}"
        WEB_SITE="https://github.com/basvandijk/threads"
      LICENSE[0]=BSD
         ENTERED=20180129
           SHORT="functions to fork threads and wait for their result"
cat << EOF
This package provides functions to fork threads and wait for their result,
whether it's an exception or a normal value.

Besides waiting for the termination of a single thread this packages also
provides functions to wait for a group of threads to terminate.

This package is similar to the threadmanager, async and spawn packages.
EOF
