aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
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