aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
authorAndrewRademacher <andrew.rademacher@smrxt.com>2016-02-24 20:39:47 -0600
committerAndrewRademacher <andrew.rademacher@smrxt.com>2016-02-24 20:39:47 -0600
commit2ff46fce748b0e813f13f03c034065092145a28d (patch)
tree1c70beb0058dba6c3edebe8b7efbfc73c8ea7350 /graylog.cabal
parent15981d57cda18a19fcb3012172a9f0994abfd97a (diff)
downloadhaskell-graylog-2ff46fce748b0e813f13f03c034065092145a28d.tar.gz
haskell-graylog-2ff46fce748b0e813f13f03c034065092145a28d.tar.zst
haskell-graylog-2ff46fce748b0e813f13f03c034065092145a28d.zip
Defined Graylog type to contain connection informaiton.
Diffstat (limited to 'graylog.cabal')
-rw-r--r--graylog.cabal3
1 files changed, 3 insertions, 0 deletions
diff --git a/graylog.cabal b/graylog.cabal
index b3c1a53..cab25b9 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -17,6 +17,9 @@ library
17 default-language: Haskell2010 17 default-language: Haskell2010
18 18
19 exposed-modules: Graylog.Gelf 19 exposed-modules: Graylog.Gelf
20 , Graylog.UDP
21
22 other-modules: Graylog.Types
20 23
21 ghc-options: -Wall -rtsopts 24 ghc-options: -Wall -rtsopts
22 25