packages feed

rtorrent-rpc-0.2.0.0: rtorrent-rpc.cabal

name:                rtorrent-rpc
version:             0.2.0.0
synopsis:            A library for communicating with RTorrent over its XML-RPC interface.
-- description:         
license:             MIT
license-file:        LICENSE
author:              Kai Lindholm
maintainer:          megantti@gmail.com
homepage:            https://github.com/megantti/rtorrent-rpc
-- copyright:           
category:            Network
build-type:          Simple
-- extra-source-files:  
cabal-version:       >=1.10

library
  exposed-modules:     Network.RTorrent, Network.RTorrent.RPC, Network.RTorrent.CommandList, 
                       Network.RTorrent.Command, Network.RTorrent.Torrent, Network.RTorrent.File,
                       Network.RTorrent.Action, Network.RTorrent.Priority, Network.RTorrent.Peer, 
                       Network.RTorrent.Tracker, Network.RTorrent.Command.Internals,
                       Network.RTorrent.Action.Internals
  other-modules:       Network.RTorrent.SCGI
  other-extensions:    TypeFamilies, OverloadedStrings, TypeOperators, ScopedTypeVariables, 
                       GADTs, FlexibleContexts, RankNTypes
  build-depends:       base >=4.7 && <4.8, mtl >=2.1 && < 2.3, bytestring >=0.10 && <0.11, 
                       network >=2.6, haxr >=3000.10 && <3000.11, blaze-builder >=0.3 && <0.4, 
                       blaze-textual >=0.2 && <0.3, attoparsec >=0.12 && <0.13, deepseq >= 1.3.0.0, 
                       split >=0.2.0.0
  -- hs-source-dirs:      
  default-language:    Haskell2010