packages feed

rtorrent-rpc-0.2.0.0: Network/RTorrent/Command.hs

{-# LANGUAGE TypeOperators #-}

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

module Network.RTorrent.Command (
      (:*:)(..)
    , Command (Ret) 

    -- * AnyCommand

    , AnyCommand (..)
) where

import Network.RTorrent.Command.Internals