packages feed

rtorrent-rpc-0.3.0.0: Network/RTorrent.hs

{-|
Module      : RTorrent
Copyright   : (c) Kai Lindholm, 2014, 2015
License     : MIT
Maintainer  : megantti@gmail.com
Stability   : experimental

A module that re-exports "Network.RTorrent.RPC" for convenience.

-}

module Network.RTorrent (
    module Network.RTorrent.RPC
) where

import Network.RTorrent.RPC