aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
authorThomas Crevoisier <thomas.crevoisier@fretlink.com>2018-11-26 08:58:27 +0100
committerThomas Crevoisier <thomas.crevoisier@fretlink.com>2018-11-26 16:13:26 +0100
commit8c9d965d06998aeb9474742c0923feb36a6fc636 (patch)
tree02ec7329968dc8a0e80bc3534000f78b090ec8a8 /graylog.cabal
parent19681eb84ad5224f8923b1853a98727b0a8cc77a (diff)
downloadhaskell-graylog-8c9d965d06998aeb9474742c0923feb36a6fc636.tar.gz
haskell-graylog-8c9d965d06998aeb9474742c0923feb36a6fc636.tar.zst
haskell-graylog-8c9d965d06998aeb9474742c0923feb36a6fc636.zip
Allow to send metadata in a Gelf message
Diffstat (limited to 'graylog.cabal')
-rw-r--r--graylog.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/graylog.cabal b/graylog.cabal
index 5618d7c..dc84862 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -17,7 +17,7 @@ source-repository head
17 type: git 17 type: git
18 location: https://github.com/AndrewRademacher/haskell-graylog.git 18 location: https://github.com/AndrewRademacher/haskell-graylog.git
19 19
20library 20library
21 hs-source-dirs: src 21 hs-source-dirs: src
22 default-language: Haskell2010 22 default-language: Haskell2010
23 23
@@ -29,7 +29,7 @@ library
29 ghc-options: -Wall -rtsopts 29 ghc-options: -Wall -rtsopts
30 30
31 build-depends: base ==4.* 31 build-depends: base ==4.*
32 32
33 , aeson 33 , aeson
34 , aeson-casing 34 , aeson-casing
35 , bytestring 35 , bytestring
@@ -38,6 +38,7 @@ library
38 , scientific 38 , scientific
39 , text 39 , text
40 , time 40 , time
41 , unordered-containers
41 , vector 42 , vector
42 43
43test-suite test-state 44test-suite test-state