]> git.immae.eu Git - github/fretlink/haskell-graylog.git/blobdiff - graylog.cabal
Fixed cabal entries.
[github/fretlink/haskell-graylog.git] / graylog.cabal
index b3c1a5308b8e6710dba02a1dbe8982db545de785..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,11 +13,18 @@ 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
 
    exposed-modules:     Graylog.Gelf
+                     ,  Graylog.UDP
+
+   other-modules:       Graylog.Types
 
    ghc-options:         -Wall -rtsopts
 
@@ -24,7 +32,9 @@ library
    
                      ,  aeson
                      ,  aeson-casing
+                     ,  bytestring
                      ,  network
+                     ,  random
                      ,  scientific
                      ,  text
                      ,  time
@@ -46,6 +56,8 @@ test-suite test-state
 
                      ,  aeson
                      ,  aeson-casing
+                     ,  bytestring
+                     ,  file-embed
                      ,  network
                      ,  scientific
                      ,  tasty