summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-28 12:19:59 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-28 12:19:59 +0400
commit75880c7cdd6ec3eac89a04f5c473dfd4efbff012 (patch)
treeef583c032316c67036c551e2d167daf49da164e6 /bittorrent.cabal
parent143f73d83852aa1c676b9bc09d1b624e526ba294 (diff)
Add logging to DHT
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 4 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 9bc91647..5b06f0a7 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -108,6 +108,10 @@ library
108 , network-conduit >= 1.0 108 , network-conduit >= 1.0
109 , cereal-conduit >= 0.5 109 , cereal-conduit >= 0.5
110 110
111 -- * Logging
112 , fast-logger >= 2.0
113 , monad-logger >= 0.3.4
114
111 -- Data & Data structures 115 -- Data & Data structures
112 , bytestring >= 0.10 116 , bytestring >= 0.10
113 , containers >= 0.5 117 , containers >= 0.5