]> git.immae.eu Git - github/fretlink/haskell-graylog.git/commitdiff
Fixed cabal entries.
authorAndrewRademacher <andrewrademacher@gmail.com>
Sun, 28 Feb 2016 20:43:52 +0000 (14:43 -0600)
committerAndrewRademacher <andrewrademacher@gmail.com>
Sun, 28 Feb 2016 20:43:52 +0000 (14:43 -0600)
graylog.cabal

index c1b028843df9a24bba00b6275a7fc5ebdbdd3cc6..5618d7c60e95d1c2661c6f7cbf0585d8848b4210 100644 (file)
@@ -1,10 +1,10 @@
 name:             graylog
-version:          0.1.0.0
+version:          0.1.0.1
 synopsis:         Support for graylog output.
 description:      Support for sending GELF formatted messages to graylog over
                   chunked UDP.
 homepage:         https://github.com/AndrewRademacher/haskell-graylog
-license:          WTFPL
+license:          OtherLicense
 license-file:     LICENSE
 author:           Andrew Rademacher
 maintainer:       andrewrademacher@gmail.com
@@ -13,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