diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-03 20:18:46 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-03 20:18:46 +0400 |
commit | 7135b1f0ad74946687cdee6f7f54c6f481768c56 (patch) | |
tree | 7f427f02e2b8fe7bc2744778535e733c7670e4d3 /src/Network/BitTorrent.hs | |
parent | fa496de77c97548797298b06f199b2eaf8a46c41 (diff) |
Update client example
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 5 |
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 #-} |
9 | module Network.BitTorrent | 9 | module Network.BitTorrent |
10 | ( | 10 | ( module BT |
11 | ) where | 11 | ) where |
12 | |||
13 | import Data.Torrent as BT | ||
14 | import Network.BitTorrent.Client \ No newline at end of file | ||