summaryrefslogtreecommitdiff
path: root/src/Network
diff options
context:
space:
mode:
authorSam Truzjan <pxqr.sta@gmail.com>2013-12-05 02:22:14 +0400
committerSam Truzjan <pxqr.sta@gmail.com>2013-12-05 02:22:14 +0400
commit6eefd65b82bb277d84473d39618ca18a8cfe7152 (patch)
tree7bda47ca2a0b338ff59e6c3524bf1d687c73f03b /src/Network
parent8a3bc8f28d881c8e5208efd2f87fcc3a18832c3b (diff)
Add Network.BitTorrent.Core module
Diffstat (limited to 'src/Network')
-rw-r--r--src/Network/BitTorrent/Core.hs13
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 @@
1module 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--
10module Network.BitTorrent.Core (module Core) where
11import Network.BitTorrent.Core.PeerId as Core
12import Network.BitTorrent.Core.PeerAddr as Core \ No newline at end of file