-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlog-effect-syslog.cabal
34 lines (31 loc) · 1.28 KB
/
log-effect-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
31
32
33
34
-- 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: [email protected]
-- 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