aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graylog.cabal')
-rw-r--r--graylog.cabal30
1 files changed, 30 insertions, 0 deletions
diff --git a/graylog.cabal b/graylog.cabal
new file mode 100644
index 0000000..d7d1163
--- /dev/null
+++ b/graylog.cabal
@@ -0,0 +1,30 @@
1name: graylog
2version: 0.1.0.0
3synopsis: Support for graylog output.
4description: Please see README.md
5homepage: http://github.com/githubuser/graylog#readme
6license: MIT
7license-file: LICENSE
8author: Andrew Rademacher
9maintainer: andrewrademacher@gmail.com
10copyright: 2016 Andrew Rademacher
11category: Web
12build-type: Simple
13cabal-version: >=1.10
14
15library
16 hs-source-dirs: src
17 default-language: Haskell2010
18
19 exposed-modules: Graylog.Gelf
20
21 ghc-options: -Wall -rtsopts
22
23 build-depends: base ==4.*
24
25 , aeson
26 , aeson-casing
27 , scientific
28 , text
29 , time
30 , vector