diff options
Diffstat (limited to 'src/Network')
-rw-r--r-- | src/Network/BitTorrent/Core.hs | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/Network/BitTorrent/Core.hs b/src/Network/BitTorrent/Core.hs index 70fe83c3..b4329598 100644 --- a/src/Network/BitTorrent/Core.hs +++ b/src/Network/BitTorrent/Core.hs | |||
@@ -1 +1,12 @@ | |||
1 | module Network.BitTorrent.Core () where \ No newline at end of file | 1 | -- | |
2 | -- Copyright : (c) Sam Truzjan 2013 | ||
3 | -- License : BSD3 | ||
4 | -- Maintainer : pxqr.sta@gmail.com | ||
5 | -- Stability : experimental | ||
6 | -- Portability : portable | ||
7 | -- | ||
8 | -- Re-export every @Network.BitTorrent.Core.*@ module. | ||
9 | -- | ||
10 | module Network.BitTorrent.Core (module Core) where | ||
11 | import Network.BitTorrent.Core.PeerId as Core | ||
12 | import Network.BitTorrent.Core.PeerAddr as Core \ No newline at end of file | ||