diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index fc19fef9..47d155db 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -48,6 +48,8 @@ library | |||
48 | , System.Torrent.Storage | 48 | , System.Torrent.Storage |
49 | 49 | ||
50 | other-modules: Network.BitTorrent.Internal | 50 | other-modules: Network.BitTorrent.Internal |
51 | , Network.BitTorrent.Sessions.Types | ||
52 | |||
51 | if flag(testing) | 53 | if flag(testing) |
52 | exposed-modules: Network.BitTorrent.Exchange.Protocol | 54 | exposed-modules: Network.BitTorrent.Exchange.Protocol |
53 | , Network.BitTorrent.Tracker.Protocol | 55 | , Network.BitTorrent.Tracker.Protocol |