cabal-setup-1.2.1: cabal-setup.cabal
Name: cabal-setup
Version: 1.2.1
Copyright: 2005, Simon Marlow
License: BSD3
License-File: LICENSE
Author: Simon Marlow <simonmar@microsoft.com>
Maintainer: http://hackage.haskell.org/trac/hackage/
Homepage: http://www.haskell.org/cabal/
Category: Distribution
Synopsis: The user interface for building and installing Cabal packages
Description:
cabal-setup is a user interface to Cabal. It provides the
basic commands for configuring, building, and installing
Cabal packages.
Build-Type: Simple
Cabal-Version: >= 1.2
executable cabal-setup
main-is: CabalSetup.hs
build-depends: Cabal >= 1.2, base