summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
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