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
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