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 9f0522c2..72673b35 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -44,7 +44,8 @@ library | |||
44 | , Network.BitTorrent.Tracker | 44 | , Network.BitTorrent.Tracker |
45 | , Network.BitTorrent.Exchange | 45 | , Network.BitTorrent.Exchange |
46 | , System.Torrent.Storage | 46 | , System.Torrent.Storage |
47 | other-modules: Network.BitTorrent.Internal | 47 | Network.BitTorrent.Internal |
48 | other-modules: | ||
48 | if flag(testing) | 49 | if flag(testing) |
49 | exposed-modules: Network.BitTorrent.Exchange.Protocol | 50 | exposed-modules: Network.BitTorrent.Exchange.Protocol |
50 | , Network.BitTorrent.Tracker.Protocol | 51 | , Network.BitTorrent.Tracker.Protocol |