diff options
author | Sam T <pxqr.sta@gmail.com> | 2013-07-14 19:34:36 +0400 |
---|---|---|
committer | Sam T <pxqr.sta@gmail.com> | 2013-07-14 19:34:36 +0400 |
commit | 4427cb321a6927b2dd8119e95e09f4998ff8a226 (patch) | |
tree | ed29b1a0ddcc3113cbe3d68d70413cc8239f5642 /bittorrent.cabal | |
parent | 5cd492bc9e7ebbaa9557f7a6ae15582febd60a7d (diff) |
~ Use timestamp peer Id generator.
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 e5fbc058..f97aa746 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -45,9 +45,10 @@ library | |||
45 | , Network.BitTorrent.Exchange | 45 | , Network.BitTorrent.Exchange |
46 | , Network.BitTorrent.DHT | 46 | , Network.BitTorrent.DHT |
47 | , System.Torrent.Storage | 47 | , System.Torrent.Storage |
48 | , Network.BitTorrent.Sessions | ||
48 | 49 | ||
49 | other-modules: Network.BitTorrent.Sessions.Types | 50 | other-modules: Network.BitTorrent.Sessions.Types |
50 | , Network.BitTorrent.Sessions | 51 | |
51 | 52 | ||
52 | if flag(testing) | 53 | if flag(testing) |
53 | exposed-modules: Network.BitTorrent.Exchange.Protocol | 54 | exposed-modules: Network.BitTorrent.Exchange.Protocol |