blob: b43295985335537473409603ad100aade836d66f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
-- |
-- 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
|