aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndrewRademacher <andrewrademacher@gmail.com>2016-02-28 14:43:52 -0600
committerAndrewRademacher <andrewrademacher@gmail.com>2016-02-28 14:43:52 -0600
commit0edc7f5650ba94ba36f83ed410a412368dd1e561 (patch)
treef8ae5403cc9fdf8a823aa24ac19d26bcce088d33
parentd9a5d441ca9b5ae766311702557bf9f1ff0255b1 (diff)
downloadhaskell-graylog-0edc7f5650ba94ba36f83ed410a412368dd1e561.tar.gz
haskell-graylog-0edc7f5650ba94ba36f83ed410a412368dd1e561.tar.zst
haskell-graylog-0edc7f5650ba94ba36f83ed410a412368dd1e561.zip
Fixed cabal entries.
-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