summaryrefslogtreecommitdiff
path: root/src/Network/BitTorrent.hs
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2014-02-03 20:18:46 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2014-02-03 20:18:46 +0400
commit7135b1f0ad74946687cdee6f7f54c6f481768c56 (patch)
tree7f427f02e2b8fe7bc2744778535e733c7670e4d3 /src/Network/BitTorrent.hs
parentfa496de77c97548797298b06f199b2eaf8a46c41 (diff)
Update client example
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r--src/Network/BitTorrent.hs5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs
index 21528efd..31fe3ada 100644
--- a/src/Network/BitTorrent.hs
+++ b/src/Network/BitTorrent.hs
@@ -7,5 +7,8 @@
7-- 7--
8{-# LANGUAGE RecordWildCards #-} 8{-# LANGUAGE RecordWildCards #-}
9module Network.BitTorrent 9module Network.BitTorrent
10 ( 10 ( module BT
11 ) where 11 ) where
12
13import Data.Torrent as BT
14import Network.BitTorrent.Client \ No newline at end of file