diff options
author | AndrewRademacher <andrewrademacher@gmail.com> | 2016-02-28 14:38:16 -0600 |
---|---|---|
committer | AndrewRademacher <andrewrademacher@gmail.com> | 2016-02-28 14:38:16 -0600 |
commit | d9a5d441ca9b5ae766311702557bf9f1ff0255b1 (patch) | |
tree | 3ef695c2ec24e5a53167d726a6af626778a4809a /graylog.cabal | |
parent | f82a8dfc7e9b79ca6b88235d7297252adbb6d364 (diff) | |
download | haskell-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.cabal | 7 |
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 @@ | |||
1 | name: graylog | 1 | name: graylog |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.0 |
3 | synopsis: Support for graylog output. | 3 | synopsis: Support for graylog output. |
4 | description: Please see README.md | 4 | description: Support for sending GELF formatted messages to graylog over |
5 | homepage: http://github.com/githubuser/graylog#readme | 5 | chunked UDP. |
6 | license: MIT | 6 | homepage: https://github.com/AndrewRademacher/haskell-graylog |
7 | license: WTFPL | ||
7 | license-file: LICENSE | 8 | license-file: LICENSE |
8 | author: Andrew Rademacher | 9 | author: Andrew Rademacher |
9 | maintainer: andrewrademacher@gmail.com | 10 | maintainer: andrewrademacher@gmail.com |