aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
authorAndrewRademacher <andrew.rademacher@smrxt.com>2016-02-24 21:02:15 -0600
committerAndrewRademacher <andrew.rademacher@smrxt.com>2016-02-24 21:02:15 -0600
commitc91dbdc0f5be0f1ec6a0cafc441eef0aa6da58d7 (patch)
treed6ebba7852d875b1ef2e6275f0c106941f842f1c /graylog.cabal
parent2ff46fce748b0e813f13f03c034065092145a28d (diff)
downloadhaskell-graylog-c91dbdc0f5be0f1ec6a0cafc441eef0aa6da58d7.tar.gz
haskell-graylog-c91dbdc0f5be0f1ec6a0cafc441eef0aa6da58d7.tar.zst
haskell-graylog-c91dbdc0f5be0f1ec6a0cafc441eef0aa6da58d7.zip
Defined sendLog function.
Diffstat (limited to 'graylog.cabal')
-rw-r--r--graylog.cabal2
1 files changed, 2 insertions, 0 deletions
diff --git a/graylog.cabal b/graylog.cabal
index cab25b9..3eaa812 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -27,6 +27,8 @@ library
27 27
28 , aeson 28 , aeson
29 , aeson-casing 29 , aeson-casing
30 , bytestring
31 , mwc-random
30 , network 32 , network
31 , scientific 33 , scientific
32 , text 34 , text