-- This file has been generated from package.yaml by hpack version 0.17.0.
--
-- see: https://github.com/sol/hpack
name: logging-facade-syslog
version: 1
synopsis: A logging back-end to syslog(3) for the logging-facade library
description: A simple "System.Logging.Facade" back-end for @syslog(3)@ as specified in <http://pubs.opengroup.org/onlinepubs/9699919799/functions/syslog.html POSIX.1-2008>.
category: System
stability: stable
homepage: https://github.com/peti/logging-facade-syslog#readme
bug-reports: https://github.com/peti/logging-facade-syslog/issues
author: Peter Simons
maintainer: Peter Simons <simons@cryp.to>
license: BSD3
license-file: LICENSE
tested-with: GHC > 7 && < 8.1
build-type: Simple
cabal-version: >= 1.10
source-repository head
type: git
location: https://github.com/peti/logging-facade-syslog
library
hs-source-dirs:
src
build-depends:
base < 5
, logging-facade
, hsyslog == 5.*
exposed-modules:
System.Logging.Facade.Syslog
other-modules:
Paths_logging_facade_syslog
default-language: Haskell2010