cabal-version: >=1.10 name: logging-effect-syslog version: 0.1.0.0 synopsis: Log messages to a posix system log via logging-effect description: A 'Handler' for logging-effect that prints log messages to a posix system log homepage: https://github.com/obsidiansystems/logging-effect-syslog bug-reports: https://github.com/obsidiansystems/logging-effect-syslog/issues license: BSD3 license-file: LICENSE author: Obsidian Systems LLC maintainer: maintainer@obsidian.systems copyright: 2021 Obsidian Systems LLC category: System build-type: Simple extra-source-files: CHANGELOG.md README.md library exposed-modules: Control.Monad.Log.Syslog build-depends: base >=4.12 && < 5 , bytestring >=0.10 && <0.12 , hsyslog >=5 && <5.1 , logging-effect >=1.3 && <1.5 hs-source-dirs: src default-language: Haskell2010 default-extensions: LambdaCase