           SPELL=haskell-monad-journal
         VERSION=0.8.1
          SOURCE="monad-journal-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/monad-journal-${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:3fbc984b3f74d24fca71bc2530832f3748a64e636adfd504fe48e86fefabe53b0911e5b173b6acbbd85128c11f5bd2a7079d6c3fd622148aee7b56f26173379d
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/monad-journal-${VERSION}"
        WEB_SITE="http://github.com/phaazon/monad-journal"
      LICENSE[0]=BSD
         ENTERED=20180204
           SHORT="a pure logger typeclass and monad transformer"
cat << EOF
This package provides a typeclass for logging in pure code, or more generally,
in any kind of context. You can do whatever you want with logs, especially
get them, clear them or even sink them through IO if you're logging in
(MonadIO m) => m.
EOF
