summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-14 03:25:46 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-14 03:25:46 +0400
commit5a6e5634452ff463a7442dbd8761678651517d20 (patch)
tree5ca9f455dee0aa6fcbf67e34f23b753f00bf3d55 /bittorrent.cabal
parente160fcee699c7012d8f50a6e4bcd3b8a9c02aedf (diff)
~ Minor changes.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal1
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