From 6eefd65b82bb277d84473d39618ca18a8cfe7152 Mon Sep 17 00:00:00 2001 From: Sam Truzjan Date: Thu, 5 Dec 2013 02:22:14 +0400 Subject: Add Network.BitTorrent.Core module --- src/Network/BitTorrent/Core.hs | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) (limited to 'src/Network/BitTorrent') 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 @@ -module Network.BitTorrent.Core () where \ No newline at end of file +-- | +-- Copyright : (c) Sam Truzjan 2013 +-- License : BSD3 +-- Maintainer : pxqr.sta@gmail.com +-- Stability : experimental +-- Portability : portable +-- +-- Re-export every @Network.BitTorrent.Core.*@ module. +-- +module Network.BitTorrent.Core (module Core) where +import Network.BitTorrent.Core.PeerId as Core +import Network.BitTorrent.Core.PeerAddr as Core \ No newline at end of file -- cgit v1.2.3