diff options
-rw-r--r-- | graylog.cabal | 8 |
1 files 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 @@ | |||
1 | name: graylog | 1 | name: graylog |
2 | version: 0.1.0.0 | 2 | version: 0.1.0.1 |
3 | synopsis: Support for graylog output. | 3 | synopsis: Support for graylog output. |
4 | description: Support for sending GELF formatted messages to graylog over | 4 | description: Support for sending GELF formatted messages to graylog over |
5 | chunked UDP. | 5 | chunked UDP. |
6 | homepage: https://github.com/AndrewRademacher/haskell-graylog | 6 | homepage: https://github.com/AndrewRademacher/haskell-graylog |
7 | license: WTFPL | 7 | license: OtherLicense |
8 | license-file: LICENSE | 8 | license-file: LICENSE |
9 | author: Andrew Rademacher | 9 | author: Andrew Rademacher |
10 | maintainer: andrewrademacher@gmail.com | 10 | maintainer: andrewrademacher@gmail.com |
@@ -13,6 +13,10 @@ category: Web | |||
13 | build-type: Simple | 13 | build-type: Simple |
14 | cabal-version: >=1.10 | 14 | cabal-version: >=1.10 |
15 | 15 | ||
16 | source-repository head | ||
17 | type: git | ||
18 | location: https://github.com/AndrewRademacher/haskell-graylog.git | ||
19 | |||
16 | library | 20 | library |
17 | hs-source-dirs: src | 21 | hs-source-dirs: src |
18 | default-language: Haskell2010 | 22 | default-language: Haskell2010 |