summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-13 23:36:16 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-13 23:36:16 +0400
commit83b9af0674f2d4713be1d9540abe7ce09ed33257 (patch)
tree7560f35111005e7e39e17dbc91e2f0d42f8e2a59 /bittorrent.cabal
parent5a4a37953226702485aaeca137ba9ea3dc6c4356 (diff)
~ Move session types to separate module.
This is Yet Another Refactoring: * Get rid of GHC Stage Restriction; * Unliterate rest of code (less clutter); * import Exchange in internals to avoid Discovery module.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal2
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