summaryrefslogtreecommitdiff
path: root/bittorrent.cabal
diff options
context:
space:
mode:
authorSam T <pxqr.sta@gmail.com>2013-07-14 00:50:42 +0400
committerSam T <pxqr.sta@gmail.com>2013-07-14 00:50:42 +0400
commit7ddf7cd76d6f545c4dfbb5c6741024c097375bf1 (patch)
treec7e781b6dc1cdbe133191256fc0453ce65d139bf /bittorrent.cabal
parent83b9af0674f2d4713be1d9540abe7ce09ed33257 (diff)
~ Unliterate sessions module.
Diffstat (limited to 'bittorrent.cabal')
-rw-r--r--bittorrent.cabal4
1 files changed, 2 insertions, 2 deletions
diff --git a/bittorrent.cabal b/bittorrent.cabal
index 47d155db..c10ef6a2 100644
--- a/bittorrent.cabal
+++ b/bittorrent.cabal
@@ -47,8 +47,8 @@ library
47 , Network.BitTorrent.Discovery 47 , Network.BitTorrent.Discovery
48 , System.Torrent.Storage 48 , System.Torrent.Storage
49 49
50 other-modules: Network.BitTorrent.Internal 50 other-modules: Network.BitTorrent.Sessions.Types
51 , Network.BitTorrent.Sessions.Types 51 , Network.BitTorrent.Sessions
52 52
53 if flag(testing) 53 if flag(testing)
54 exposed-modules: Network.BitTorrent.Exchange.Protocol 54 exposed-modules: Network.BitTorrent.Exchange.Protocol