summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-15 19:44:12 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-15 19:44:12 +0400
commitc1e3c9762eb5fea16188a0fb21ad01dd3240ab88 (patch)
treef65cffdb5156c1140dead382d4a29da845e70e53 /bittorrent.cabal
parentaee6069785bd552100824e36995e55e72bdbb42e (diff)
Fix bugs in PeerAddr encoding.
Also: * PeerAddr.hs internals and export list have been simplified; * tests added.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 3 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index c2785f02..8e7fda46 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -163,8 +163,9 @@ test-suite spec
163 Data.Torrent.PieceSpec 163 Data.Torrent.PieceSpec
164 Data.Torrent.ProgressSpec 164 Data.Torrent.ProgressSpec
165 Network.BitTorrent.CoreSpec 165 Network.BitTorrent.CoreSpec
166 Network.BitTorrent.Core.PeerIdSpec
167 Network.BitTorrent.Core.FingerprintSpec 166 Network.BitTorrent.Core.FingerprintSpec
167 Network.BitTorrent.Core.PeerAddrSpec
168 Network.BitTorrent.Core.PeerIdSpec
168 Network.BitTorrent.Tracker.MessageSpec 169 Network.BitTorrent.Tracker.MessageSpec
169 Network.BitTorrent.Tracker.RPCSpec 170 Network.BitTorrent.Tracker.RPCSpec
170 Network.BitTorrent.Tracker.RPC.HTTPSpec 171 Network.BitTorrent.Tracker.RPC.HTTPSpec
@@ -181,6 +182,7 @@ test-suite spec
181 , data-default 182 , data-default
182 , monad-loops 183 , monad-loops
183 , containers 184 , containers
185 , iproute
184 186
185 , aeson 187 , aeson
186 , cereal 188 , cereal