-- Initial log-effect-syslog.cabal generated by cabal init. For further -- documentation, see http://haskell.org/cabal/users-guide/ name: log-effect-syslog version: 0.2.0 synopsis: Syslog functions for log-effect description: Utility functions for combining log-effect and syslog homepage: https://github.com/greydot/log-effect-syslog license: BSD3 license-file: LICENSE author: Lana Black maintainer: lanablack@amok.cc -- copyright: category: Control, Effect, Logging, Syslog build-type: Simple cabal-version: >=1.10 extra-source-files: README.md library exposed-modules: Control.Eff.Log.Syslog build-depends: base >=4.9 && <5.0, bytestring >= 0.10 && < 0.11, extensible-effects >= 5.0.0.0 && < 5.1.0.0, hsyslog == 5.*, log-effect >= 1.2.0 && < 1.3.0, monad-control >= 1.0 && < 1.1, transformers-base hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall -Wno-simplifiable-class-constraints source-repository head type: git location: https://github.com/greydot/log-effect-syslog