diff options
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r-- | bittorrent.cabal | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal index c5b04e42..e5fbc058 100644 --- a/bittorrent.cabal +++ b/bittorrent.cabal | |||
@@ -52,6 +52,7 @@ library | |||
52 | if flag(testing) | 52 | if flag(testing) |
53 | exposed-modules: Network.BitTorrent.Exchange.Protocol | 53 | exposed-modules: Network.BitTorrent.Exchange.Protocol |
54 | , Network.BitTorrent.Tracker.Protocol | 54 | , Network.BitTorrent.Tracker.Protocol |
55 | , Network.BitTorrent.DHT.Protocol | ||
55 | , System.IO.MMap.Fixed | 56 | , System.IO.MMap.Fixed |
56 | if !flag(testing) | 57 | if !flag(testing) |
57 | other-modules: Network.BitTorrent.Exchange.Protocol | 58 | other-modules: Network.BitTorrent.Exchange.Protocol |