]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blobdiff - graylog.cabal
Fixed cabal entries.
[github/fretlink/haskell-graylog.git] / graylog.cabal
index 47c8b7d666c590318efb2cdeb17ef99297e5bb80..5618d7c60e95d1c2661c6f7cbf0585d8848b4210 100644 (file)
@@ -1,9 +1,10 @@
 name:             graylog
-version:          0.1.0.0
+version:          0.1.0.1
 synopsis:         Support for graylog output.
-description:      Please see README.md
-homepage:         http://github.com/githubuser/graylog#readme
-license:          MIT
+description:      Support for sending GELF formatted messages to graylog over
+                  chunked UDP.
+homepage:         https://github.com/AndrewRademacher/haskell-graylog
+license:          OtherLicense
 license-file:     LICENSE
 author:           Andrew Rademacher
 maintainer:       andrewrademacher@gmail.com
@@ -12,6 +13,10 @@ category:         Web
 build-type:       Simple
 cabal-version:    >=1.10
 
+source-repository head
+    type:               git
+    location:           https://github.com/AndrewRademacher/haskell-graylog.git
+
 library 
    hs-source-dirs:      src
    default-language:    Haskell2010