aboutsummaryrefslogtreecommitdiffhomepage
path: root/graylog.cabal
diff options
context:
space:
mode:
authorAndrewRademacher <andrewrademacher@gmail.com>2016-02-28 12:58:56 -0600
committerAndrewRademacher <andrewrademacher@gmail.com>2016-02-28 12:58:56 -0600
commitf82a8dfc7e9b79ca6b88235d7297252adbb6d364 (patch)
tree8eccc25ea8f4ed3e45e1f1a0b0158ccb9324dcb8 /graylog.cabal
parentb23afe7b9089b3177d9aee994464f72e52efbd2a (diff)
downloadhaskell-graylog-f82a8dfc7e9b79ca6b88235d7297252adbb6d364.tar.gz
haskell-graylog-f82a8dfc7e9b79ca6b88235d7297252adbb6d364.tar.zst
haskell-graylog-f82a8dfc7e9b79ca6b88235d7297252adbb6d364.zip
Implemented UDP chunking.
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 cc6b2d8..47c8b7d 100644
--- a/graylog.cabal
+++ b/graylog.cabal
@@ -51,6 +51,8 @@ test-suite test-state
51 51
52 , aeson 52 , aeson
53 , aeson-casing 53 , aeson-casing
54 , bytestring
55 , file-embed
54 , network 56 , network
55 , scientific 57 , scientific
56 , tasty 58 , tasty