           SPELL=haskell-chaselev-deque
         VERSION=0.5.0.5
          SOURCE="chaselev-deque-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/chaselev-deque-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:1561208ec92d7765b126684677cab02ee71bd1f7d2cdc6f2acac065972c241d085a538e14f51c87555f464aadbac2795c64f9063075acdf29217fb2d70a47dfd
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/chaselev-deque-${VERSION}"
        WEB_SITE="https://github.com/rrnewton/haskell-lockfree/wiki"
      LICENSE[0]=BSD
         ENTERED=20180131
           SHORT="a queue that is push/pop on one end and pop-only on the other"
cat << EOF
A queue that is push/pop on one end and pop-only on the other. These are
commonly used for work-stealing.
EOF
