packages feed

hackport-0.2.1: hackport.cabal

Name:           hackport
Version:	0.2.1
License:	GPL
Author:		Henning Günther, Duncan Coutts, Lennart Kolmodin
Maintainer:     Gentoo Haskell team <haskell@gentoo.org>
Category:       Distribution
Synopsis:	Hackage and Portage integration tool
Description:    A command line tool to manage an overlay of Gentoo ebuilds
                that are generated from a hackage repo of Cabal packages.
Build-Type:     Simple
Cabal-Version:  >=1.2

Flag split-base

Executable	hackport
  Main-Is:	Main.hs
  Build-Depends:
    base >= 2.0,
    filepath,
    parsec,
    mtl,
    network,
    regex-compat,
    Cabal >= 1.4 && < 1.5,
    HTTP >= 3000 && < 3002,
    zlib,
    tar

  if flag(split-base)
    Build-Depends:
      base >= 3,
      directory,
      containers,
      process,
      old-time,
      bytestring
  else
    Build-Depends:  base <  3

  ghc-options: -Wall
  other-modules:
    Action
    AnsiColor
    Bash
    BlingBling
    Cabal2Ebuild
    Cache
    CacheFile
    Config
    Diff
    Error
    Fetch
    GenerateEbuild
    Index
    Main
    MaybeRead
    Overlays
    P2
    Package
    Portage
    Setup
    Status
    Utils
    Version