Name: cabal-upload Version: 0.4 Cabal-Version: >= 1.2 License: BSD3 License-File: LICENSE Author: Bjorn Bringert Maintainer: Bjorn Bringert Copyright: 2007 Bjorn Bringert Stability: Experimental Category: Distribution Build-type: Simple Synopsis: Command-line tool for uploading packages to Hackage Description: This is a command-line tool program for uploading packages to the Hackage package database. Flag SplitBase Description: Should we use the new split up Base package? Default: True Executable cabal-upload Main-Is: CabalUpload.hs Hs-Source-Dirs: src Build-depends: network, filepath, HTTP >= 3000.0.0 && <= 3001.1.0 if flag(splitBase) Build-depends: base >= 3, random >= 1, directory >= 1 else Build-depends: base <= 2