aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'graylog.cabal')
-rw-r--r--graylog.cabal8
1 files changed, 6 insertions, 2 deletions
diff --git a/graylog.cabal b/graylog.cabal
index c1b0288..5618d7c 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -1,10 +1,10 @@
1name: graylog 1name: graylog
2version: 0.1.0.0 2version: 0.1.0.1
3synopsis: Support for graylog output. 3synopsis: Support for graylog output.
4description: Support for sending GELF formatted messages to graylog over 4description: Support for sending GELF formatted messages to graylog over
5 chunked UDP. 5 chunked UDP.
6homepage: https://github.com/AndrewRademacher/haskell-graylog 6homepage: https://github.com/AndrewRademacher/haskell-graylog
7license: WTFPL 7license: OtherLicense
8license-file: LICENSE 8license-file: LICENSE
9author: Andrew Rademacher 9author: Andrew Rademacher
10maintainer: andrewrademacher@gmail.com 10maintainer: andrewrademacher@gmail.com
@@ -13,6 +13,10 @@ category: Web
13build-type: Simple 13build-type: Simple
14cabal-version: >=1.10 14cabal-version: >=1.10
15 15
16source-repository head
17 type: git
18 location: https://github.com/AndrewRademacher/haskell-graylog.git
19
16library 20library
17 hs-source-dirs: src 21 hs-source-dirs: src
18 default-language: Haskell2010 22 default-language: Haskell2010