packages feed

cblrepo-0.13: cblrepo.cabal

name: cblrepo
version: 0.13
cabal-version: >= 1.6
license: OtherLicense
license-file: LICENSE-2.0
copyright: Copyright (c) 2011 Magnus Therning
author: Magnus Therning
maintainer: Magnus Therning <magnus@therning.org>
stability: experimental
bug-reports: mailto:magnus@therning.org
synopsis: Tool to maintain a database of CABAL packages and their dependencies
description:
    Helper tool for people maintaining a set of CABAL packages for their
    distribution. It maintains a database of packages and verifies dependencies
    of the entire set as packages are added or updated. It also makes it trivial
    to track packages as new versions are released on Hackage.

    It can also be used to build source packages for the Arch Linux
    distribution.
category: Utils, Distribution
build-type: Custom

executable cblrepo
    hs-source-dirs: src
    main-is: Main.hs
    other-modules: Util.Misc PkgDB Add BumpPkgs BuildPkgs Sync
        Versions Updates ListPkgs Urls PkgBuild Util.Translation
        OldPkgDB ConvertDB Remove
    build-depends: base ==4.7.*, filepath ==1.3.*,
        directory ==1.2.*, Cabal ==1.18.*, json ==0.7.*,
        bytestring ==0.10.*, tar ==0.4.*, zlib ==0.5.*, mtl >=2.0 && <2.2,
        process ==1.2.*, Unixutils ==1.52.*, unix ==2.7.*,
        ansi-wl-pprint ==0.6.*, aeson ==0.8.*,
        optparse-applicative ==0.11.*, safe

Source-Repository head
    Type:                 git
    Location:             https://github.com/magthe/cblrepo.git

-- vim: set tw=0 :