diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-11 12:33:24 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2014-02-11 12:33:24 +0400 |
commit | d8aeb3c5a832b4df45437b7e3e38d2547e291d9e (patch) | |
tree | c48b396790e18170a2ac5afec0b32675c9d955a1 /src/Network/BitTorrent.hs | |
parent | 0ec910a0fb7c1e5d72e06f00806b85111138461a (diff) |
Fix export list
Diffstat (limited to 'src/Network/BitTorrent.hs')
-rw-r--r-- | src/Network/BitTorrent.hs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Network/BitTorrent.hs b/src/Network/BitTorrent.hs index 31fe3ada..37257017 100644 --- a/src/Network/BitTorrent.hs +++ b/src/Network/BitTorrent.hs | |||
@@ -11,4 +11,4 @@ module Network.BitTorrent | |||
11 | ) where | 11 | ) where |
12 | 12 | ||
13 | import Data.Torrent as BT | 13 | import Data.Torrent as BT |
14 | import Network.BitTorrent.Client \ No newline at end of file | 14 | import Network.BitTorrent.Client as BT \ No newline at end of file |