packages feed

wsedit-0.1.0.0: wsedit.cabal

-- Initial wsedit.cabal generated by cabal init.  For further 
-- documentation, see http://haskell.org/cabal/users-guide/

name:                wsedit
version:             0.1.0.0
synopsis:            A small tool to list, add and remove webseeds from a torrent file
license:             GPL-3
license-file:        LICENSE
author:              Linus Lüssing
maintainer:          Linus Lüssing <linus.luessing@web.de>
stability:           provisional
copyright:           (c) 2012 Linus Lüssing
category:            Network
build-type:          Simple
cabal-version:       >=1.8
description:
  This package provides a program to modify BEP-19 webseeds (GetRight style) of
  a torrent file.
  .
  Currently it allows to:
  .
  * list all webseeds (@--list-webseeds@)
  .
  * append a webseed (@--add-webseed \<url\>@)
  .
  * remove a webseed (@--remove-webseed \<n\>@)
  .
  * remove all webseeds (@--remove-all-webseeds@)
  .
  Also see:
  .
  @wsedit --help@

executable wsedit
  main-is:             wsedit.hs
  -- other-modules:       
  build-depends:       base ==4.5.*, directory ==1.1.*, containers ==0.4.*, bencode ==0.5.*, safe ==0.3.*, bytestring ==0.9.*, utf8-string ==0.3.*