summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-04-26 07:26:36 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-04-26 07:26:36 +0400
commit55d59c4857dee7e2ab091405e79854c944c7e7e3 (patch)
tree92ddc89ea3d2d139cab901be232caa5436c0ae42 /bittorrent.cabal
parentdab822160dbd0b9d4581c13d19f0efb9addc2db6 (diff)
Bump conduit dependency
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