From: AndrewRademacher Date: Sun, 28 Feb 2016 20:43:52 +0000 (-0600) Subject: Fixed cabal entries. X-Git-Tag: v2019-01-15~1 X-Git-Url: https://git.immae.eu/?a=commitdiff_plain;h=0edc7f5650ba94ba36f83ed410a412368dd1e561;p=github%2Ffretlink%2Fhaskell-graylog.git Fixed cabal entries. --- 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