exherbo-cabal: Exheres generator for cabal packages

[ distribution, gpl, library, program ] [ Propose Tags ]

Generate package description from .cabal files in format of exheres-0 for Exherbo Linux.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.0.4, 0.1.1.0, 0.2.0.0, 0.2.1.1 (info)
Dependencies base (>=4.7 && <4.9), bytestring (>=0.10 && <0.11), Cabal (>=1.20 && <1.23), containers, haddock-library (>=1.0 && <1.3), http-client (>=0.4 && <0.5), pcre-light (<0.5), pretty (>=1.1 && <1.2) [details]
License GPL-2.0-only
Author Mykola Orliuk
Maintainer virkony@gmail.com
Category Distribution
Source repo head: git clone https://github.com/ony/exherbo-cabal
Uploaded by NikolayOrlyuk at 2015-06-21T12:31:56Z
Distributions
Executables exherbo-cabal
Downloads 5449 total (29 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-11-17 [all 6 reports]

Readme for exherbo-cabal-0.1.0.3

[back to package description]

Description

Generate package description from .cabal files in format of exheres-0 for Exherbo Linux.

Usage

As a source you can use one of the following reference:

  • ./LOCAL-FILE.cabal and /LOCAL-FILE.cabal: read from LOCAL-FILE.cabal
  • PACKAGE-VERSION: fetch appropriate package from Hackage

You can either pass sources as a list of arguments or as lines of standard input if no arguments provided.

Examples

> exherbo-cabal mtl-2.2.1
> exherbo-cabal mtl transformers
> echo yesod-core | exherbo-cabal
> exherbo-cabal ./exherbo-cabal.cabal
> find /tmp/index -name \*.cabal | exherbo-cabal