aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
authorAndrewRademacher <andrewrademacher@gmail.com>2016-02-28 14:38:16 -0600
committerAndrewRademacher <andrewrademacher@gmail.com>2016-02-28 14:38:16 -0600
commitd9a5d441ca9b5ae766311702557bf9f1ff0255b1 (patch)
tree3ef695c2ec24e5a53167d726a6af626778a4809a /graylog.cabal
parentf82a8dfc7e9b79ca6b88235d7297252adbb6d364 (diff)
downloadhaskell-graylog-d9a5d441ca9b5ae766311702557bf9f1ff0255b1.tar.gz
haskell-graylog-d9a5d441ca9b5ae766311702557bf9f1ff0255b1.tar.zst
haskell-graylog-d9a5d441ca9b5ae766311702557bf9f1ff0255b1.zip
Added readme, license, and light commenting.
Diffstat (limited to 'graylog.cabal')
-rw-r--r--graylog.cabal7
1 files changed, 4 insertions, 3 deletions
diff --git a/graylog.cabal b/graylog.cabal
index 47c8b7d..c1b0288 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -1,9 +1,10 @@
1name: graylog 1name: graylog
2version: 0.1.0.0 2version: 0.1.0.0
3synopsis: Support for graylog output. 3synopsis: Support for graylog output.
4description: Please see README.md 4description: Support for sending GELF formatted messages to graylog over
5homepage: http://github.com/githubuser/graylog#readme 5 chunked UDP.
6license: MIT 6homepage: https://github.com/AndrewRademacher/haskell-graylog
7license: WTFPL
7license-file: LICENSE 8license-file: LICENSE
8author: Andrew Rademacher 9author: Andrew Rademacher
9maintainer: andrewrademacher@gmail.com 10maintainer: andrewrademacher@gmail.com