diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 4 |
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 |