-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathmonad-logger-syslog.cabal
30 lines (28 loc) · 1.17 KB
/
monad-logger-syslog.cabal
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
name: monad-logger-syslog
version: 0.1.6.1
synopsis: syslog output for monad-logger
description: syslog output for monad-logger
homepage: https://github.com/fpco/monad-logger-syslog
license: MIT
license-file: LICENSE
author: Greg Weber & FP Complete Developers
maintainer: Ernesto Hernández-Novich <[email protected]>
category: Logging
build-type: Simple
extra-source-files: README.md ChangeLog.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/fpco/monad-logger-syslog
library
default-language: Haskell2010
exposed-modules: Control.Monad.Logger.Syslog
System.Log.MonadLogger.Syslog
ghc-options: -Wall
build-depends: base < 10
, bytestring >= 0.10.8 && < 0.13
, fast-logger >= 2.4.7
, text >= 1.2.2
, hsyslog >= 4 && < 5.1
, monad-logger >= 0.3.20 && < 0.4
, transformers >= 0.5.2