packages feed

cab-0.1.6: cab.cabal

Name:                   cab
Version:                0.1.6
Author:                 Kazu Yamamoto <kazu@iij.ad.jp>
Maintainer:             Kazu Yamamoto <kazu@iij.ad.jp>
License:                BSD3
License-File:           LICENSE
Synopsis:               A maintenance command of Haskell cabal packages
Description:            This is a MacPorts-like maintenance command of
   Haskell cabal packages. Some part of this program is a wrapper to
   "ghc-pkg" and "cabal".
   If you are always confused due to inconsistency of two commands,
   or if you want a way to check all outdated packages,
   or if you want a way to remove outdated packages recursively,
   this command helps you.
Homepage:               http://www.mew.org/~kazu/proj/cab/
Category:               Distribution
Cabal-Version:          >= 1.6
Build-Type:             Simple
Executable cab
  Main-Is:              Main.hs
  if impl(ghc >= 6.12)
    GHC-Options:        -Wall -fno-warn-unused-do-bind
  else
    GHC-Options:        -Wall
  Build-Depends:        base >= 4.0 && < 5, process, filepath, directory,
                        containers, Cabal,
                        attoparsec, attoparsec-enumerator,
                        enumerator, bytestring
  if os(windows)
     Build-Depends:
  else
     Build-Depends:     unix
  Other-Modules:	CmdDB
                        Commands
                        Env
                        PkgDB
                        Process
                        Program
                        Types
                        Utils
                        VerDB
Source-Repository head
  Type:                 git
  Location:             git://github.com/kazu-yamamoto/cab.git