summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal5
1 files changed, 3 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index daef3408..f970a83b 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -117,8 +117,8 @@ library
117 , stm >= 2.4 117 , stm >= 2.4
118 118
119 -- Streaming 119 -- Streaming
120 , conduit >= 1.0 120 , conduit >= 1.1
121 , network-conduit >= 1.0 121 , conduit-extra >= 1.1
122 , cereal-conduit >= 0.5 122 , cereal-conduit >= 0.5
123 123
124 -- * Logging 124 -- * Logging
@@ -230,6 +230,7 @@ test-suite spec
230 , mtl 230 , mtl
231 , resourcet 231 , resourcet
232 , conduit 232 , conduit
233 , conduit-extra
233 , monad-loops 234 , monad-loops
234 , monad-logger 235 , monad-logger
235 236