           SPELL=haskell-monad-par
         VERSION=0.3.4.8
          SOURCE="monad-par-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/monad-par-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:6d2f6f571a3eef804e69ca892cf865bb169863d4fa97cad94cfb740925861b827fef14595c2edf235a8a60babdb854eecb87ff09bb798a6912edb7c3c6fe7027
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/monad-par-${VERSION}"
        WEB_SITE="https://github.com/simonmar/monad-par"
      LICENSE[0]=BSD
         ENTERED=20180131
           SHORT="a simple API for parallel programming"
cat << EOF
The Par monad offers a simple API for parallel programming. The library works
for parallelising both pure and IO computations, although only the pure version
is deterministic. The default implementation provides a work-stealing scheduler
and supports forking tasks that are much lighter weight than IO-threads.
EOF
