blob: 31fe3ada9a2c1e37e72f7a5c6931ae1668825b25 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
-- |
-- Copyright : (c) Sam Truzjan 2013
-- License : BSD3
-- Maintainer : pxqr.sta@gmail.com
-- Stability : experimental
-- Portability : portable
--
{-# LANGUAGE RecordWildCards #-}
module Network.BitTorrent
( module BT
) where
import Data.Torrent as BT
import Network.BitTorrent.Client
|