diff options
author | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 02:22:14 +0400 |
---|---|---|
committer | Sam Truzjan <pxqr.sta@gmail.com> | 2013-12-05 02:22:14 +0400 |
commit | 6eefd65b82bb277d84473d39618ca18a8cfe7152 (patch) | |
tree | 7bda47ca2a0b338ff59e6c3524bf1d687c73f03b /src | |
parent | 8a3bc8f28d881c8e5208efd2f87fcc3a18832c3b (diff) |
Add Network.BitTorrent.Core module
Diffstat (limited to 'src')
-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 | ||