]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blobdiff - graylog.cabal
Fixed cabal entries.
[github/fretlink/haskell-graylog.git] / graylog.cabal
index cab25b9f3e777b6319ecba77d1d164b34d16b33d..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
@@ -27,7 +32,9 @@ library
    
                      ,  aeson
                      ,  aeson-casing
+                     ,  bytestring
                      ,  network
+                     ,  random
                      ,  scientific
                      ,  text
                      ,  time
@@ -49,6 +56,8 @@ test-suite test-state
 
                      ,  aeson
                      ,  aeson-casing
+                     ,  bytestring
+                     ,  file-embed
                      ,  network
                      ,  scientific
                      ,  tasty