diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index d352cbd0..f8e598c1 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -66,7 +66,7 @@ library | |||
66 | Network.BitTorrent.DHT.Routing | 66 | Network.BitTorrent.DHT.Routing |
67 | Network.BitTorrent.DHT.Session | 67 | Network.BitTorrent.DHT.Session |
68 | Network.BitTorrent.DHT.Token | 68 | Network.BitTorrent.DHT.Token |
69 | -- Network.BitTorrent.Exchange | 69 | Network.BitTorrent.Exchange |
70 | Network.BitTorrent.Exchange.Assembler | 70 | Network.BitTorrent.Exchange.Assembler |
71 | Network.BitTorrent.Exchange.Block | 71 | Network.BitTorrent.Exchange.Block |
72 | Network.BitTorrent.Exchange.Message | 72 | Network.BitTorrent.Exchange.Message |
@@ -130,16 +130,16 @@ library | |||
130 | 130 | ||
131 | -- Hashing | 131 | -- Hashing |
132 | , cryptohash >= 0.10 | 132 | , cryptohash >= 0.10 |
133 | , hashable >= 1.2 | 133 | , hashable >= 1.2 |
134 | 134 | ||
135 | -- Codecs & Serialization | 135 | -- Codecs & Serialization |
136 | , aeson >= 0.6.2.0 | 136 | , aeson >= 0.6.2.0 && < 0.7 |
137 | , attoparsec >= 0.10 | 137 | , attoparsec >= 0.10 |
138 | , base16-bytestring >= 0.1 | 138 | , base16-bytestring >= 0.1 |
139 | , base32-bytestring >= 0.2 | 139 | , base32-bytestring >= 0.2 |
140 | , base64-bytestring >= 1.0 | 140 | , base64-bytestring >= 1.0 |
141 | , bencoding >= 0.4.3 | 141 | , bencoding >= 0.4.3 |
142 | , cereal >= 0.3.5 | 142 | , cereal >= 0.3.5 |
143 | 143 | ||
144 | -- Time | 144 | -- Time |
145 | , old-locale >= 1.0 | 145 | , old-locale >= 1.0 |