diff options
author | Thomas Crevoisier <crevoisier.thomas@gmail.com> | 2019-01-15 15:30:19 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-01-15 15:30:19 +0100 |
commit | a48cebd4e30ae25777d1934f83e348a1affa214c (patch) | |
tree | 6f4bb1ef345f3db21c004bc11391da5a0c26767c /graylog.cabal | |
parent | 0edc7f5650ba94ba36f83ed410a412368dd1e561 (diff) | |
parent | 4b6637800bf7813570cf7a628794a0351835711b (diff) | |
download | haskell-graylog-a48cebd4e30ae25777d1934f83e348a1affa214c.tar.gz haskell-graylog-a48cebd4e30ae25777d1934f83e348a1affa214c.tar.zst haskell-graylog-a48cebd4e30ae25777d1934f83e348a1affa214c.zip |
Merge pull request #1 from fretlink/support-additional-metav2019-01-15
Support additional meta in GELF messages
Diffstat (limited to 'graylog.cabal')
-rw-r--r-- | graylog.cabal | 5 |
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 | ||
20 | library | 20 | library |
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 | ||
43 | test-suite test-state | 44 | test-suite test-state |