From 0edc7f5650ba94ba36f83ed410a412368dd1e561 Mon Sep 17 00:00:00 2001 From: AndrewRademacher Date: Sun, 28 Feb 2016 14:43:52 -0600 Subject: [PATCH] Fixed cabal entries. --- graylog.cabal | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/graylog.cabal b/graylog.cabal index c1b0288..5618d7c 100644 --- a/graylog.cabal +++ b/graylog.cabal @@ -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 -- 2.41.0