hsyslog-tcp-0.2.0.0: hsyslog-tcp.cabal
name: hsyslog-tcp
version: 0.2.0.0
synopsis: syslog over TCP
description:
homepage: https://github.com/osa1/hsyslog-tcp#readme
license: BSD3
license-file: LICENSE
author: Ömer Sinan Ağacan
maintainer: omeragacan@gmail.com
copyright: 2017 Ömer Sinan Ağacan
category: System
build-type: Simple
extra-source-files: README.md
cabal-version: >=1.10
source-repository head
type: git
location: https://github.com/osa1/hsyslog-tcp
library
hs-source-dirs: src
exposed-modules:
System.Posix.Syslog.TCP
build-depends:
base >= 4.7 && < 5,
bytestring,
hsyslog,
hsyslog-udp,
network,
text,
time
default-language: Haskell2010
ghc-options: -Wall -O2