           SPELL=haskell-hslogger
         VERSION=1.2.12
          SOURCE="hslogger-${VERSION}.tar.gz"
   SOURCE_URL[0]=https://hackage.haskell.org/package/${SOURCE%.tar.*}/${SOURCE}
     SOURCE_HASH=sha512:a4dd318a2c1242dd289307a4b4b27d0bb74acd817eb39bbd205c215658e590436801f5277a1c91e8eb30fe8df6677a4b2901db24b52134b5e0ef9368536de861
SOURCE_DIRECTORY="${BUILD_DIRECTORY}/hslogger-${VERSION}"
        WEB_SITE="http://software.complete.org/hslogger"
      LICENSE[0]=BSD3
         ENTERED=20130709
           SHORT="a versatile logging framework"
cat << EOF
hslogger is a logging framework for Haskell, roughly similar to Python's
logging module.

hslogger lets each log message have a priority and source be associated
with it.  The programmer can then define global handlers that route or
filter messages based on the priority and source.  hslogger also has a syslog
handler built in.
EOF
