summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-15 05:13:39 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-15 05:13:39 +0400
commit3dc4e742c5c0cfca1efde1ef7391a626d1607dc2 (patch)
treeedfad5efd86c6c12a8b9f5c85c1b78c981dd0568 /src/Network
parentbce3947a5335b21cbfeea7b9388551d228b3fed5 (diff)
Export more modules in Network.BitTorrent
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent.hs2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 37257017..0ccb9f5e 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -11,4 +11,6 @@ module Network.BitTorrent
11 ) where 11 ) where
12 12
13import Data.Torrent as BT 13import Data.Torrent as BT
14import Data.Torrent.InfoHash as BT
15import Data.Torrent.Magnet as BT
14import Network.BitTorrent.Client as BT \ No newline at end of file 16import Network.BitTorrent.Client as BT \ No newline at end of file