           SPELL=haskell-conduit
         VERSION=1.3.1
          SOURCE="conduit-$VERSION.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/conduit-$VERSION/$SOURCE
     SOURCE_HASH=sha512:b7752a652c3fe940b9bac33be14e8e552d0eb289b69c25170aa63ba96db13cec28c53ac6f2c36a486d58948477f69cad1042026b4bd4163eb9ab96392d439ded
SOURCE_DIRECTORY="$BUILD_DIRECTORY/conduit-$VERSION"
        WEB_SITE="https://github.com/snoyberg/conduit"
      LICENSE[0]="MIT"
         ENTERED=20150624
        KEYWORDS=""
           SHORT="Streaming data processing library"
cat << EOF
conduit is a solution to the streaming data problem, allowing for
production, transformation, and consumption of streams of data in
constant memory. It is an alternative to lazy I/O which guarantees
deterministic resource handling. For a tutorial, please visit
https://www.fpcomplete.com/user/snoyberg/library-documentation/conduit-overview.
EOF
