summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--bittorrent.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 69a1207b..2f83c77b 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -115,7 +115,7 @@ library
115 , vector >= 0.10 115 , vector >= 0.10
116 116
117 -- Hashing 117 -- Hashing
118 , cryptohash == 0.10.* 118 , cryptohash >= 0.10
119 , hashable >= 1.2 119 , hashable >= 1.2
120 120
121 -- Codecs & Serialization 121 -- Codecs & Serialization
@@ -135,7 +135,7 @@ library
135 , network >= 2.4 135 , network >= 2.4
136-- , krpc >= 0.4 136-- , krpc >= 0.4
137 , http-types >= 0.8 137 , http-types >= 0.8
138 , http-conduit >= 1.9 138 , http-conduit >= 1.9 && < 2.0
139 , wai >= 1.4 && < 2.0 139 , wai >= 1.4 && < 2.0
140 140
141 -- System 141 -- System