           SPELL=haskell-hslogger
         VERSION=1.2.4
          SOURCE="hslogger-${VERSION}.tar.gz"
   SOURCE_URL[0]=http://hackage.haskell.org/packages/archive/hslogger/${VERSION}/${SOURCE}
     SOURCE_HASH=sha512:41880352ea3883bcdf12b50d6d7933ef092c715ff69f5b8bb57e4a603f09443cbf8188475b2968af04965387d4723fc194786794d9765c004a41541b70598581
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
