blob: d7d1163f2ea508505c1f6cfadee1502a23cf1a93 (
plain) (
blame)
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: graylog
version: 0.1.0.0
synopsis: Support for graylog output.
description: Please see README.md
homepage: http://github.com/githubuser/graylog#readme
license: MIT
license-file: LICENSE
author: Andrew Rademacher
maintainer: andrewrademacher@gmail.com
copyright: 2016 Andrew Rademacher
category: Web
build-type: Simple
cabal-version: >=1.10
library
hs-source-dirs: src
default-language: Haskell2010
exposed-modules: Graylog.Gelf
ghc-options: -Wall -rtsopts
build-depends: base ==4.*
, aeson
, aeson-casing
, scientific
, text
, time
, vector
|