diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index dbc9d96a..6d2c7896 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -63,7 +63,7 @@ library | |||
63 | -- , Network.BitTorrent.Tracker.HTTP | 63 | -- , Network.BitTorrent.Tracker.HTTP |
64 | -- , Network.BitTorrent.Tracker.UDP | 64 | -- , Network.BitTorrent.Tracker.UDP |
65 | -- , Network.BitTorrent.Exchange | 65 | -- , Network.BitTorrent.Exchange |
66 | -- , Network.BitTorrent.Exchange.Protocol | 66 | , Network.BitTorrent.Exchange.Protocol |
67 | -- , Network.BitTorrent.DHT | 67 | -- , Network.BitTorrent.DHT |
68 | -- , Network.BitTorrent.DHT.Protocol | 68 | -- , Network.BitTorrent.DHT.Protocol |
69 | -- , Network.BitTorrent.Sessions | 69 | -- , Network.BitTorrent.Sessions |
@@ -155,6 +155,7 @@ test-suite spec | |||
155 | , directory | 155 | , directory |
156 | , filepath | 156 | , filepath |
157 | , time | 157 | , time |
158 | , random | ||
158 | 159 | ||
159 | , aeson | 160 | , aeson |
160 | , cereal | 161 | , cereal |