summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-19 05:51:00 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-19 05:51:00 +0400
commit0012588a36900e333e09182c8d08671999c77767 (patch)
tree4ec0ad02c64900e1a4d246b12e5320a6f551e79b /bittorrent.cabal
parentd2ac4c0728b933929dad6e13083abc40be1b6f82 (diff)
Bump krpc dependency
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 8f7b86a8..ef9c4ae2 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -154,7 +154,7 @@ library
154 154
155 -- Network 155 -- Network
156 , network >= 2.4 156 , network >= 2.4
157 , krpc >= 0.6 157 , krpc >= 0.6.1
158 , http-types >= 0.8 158 , http-types >= 0.8
159 , http-conduit >= 1.9 && < 2.0 159 , http-conduit >= 1.9 && < 2.0
160 , wai >= 1.4 && < 2.0 160 , wai >= 1.4 && < 2.0
@@ -249,7 +249,7 @@ test-suite spec
249 249
250 -- * Bittorrent 250 -- * Bittorrent
251 , bencoding 251 , bencoding
252 , krpc >= 0.6 252 , krpc >= 0.6.1
253 , bittorrent 253 , bittorrent
254 ghc-options: -Wall -fno-warn-orphans 254 ghc-options: -Wall -fno-warn-orphans
255 255