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]

Modules

[Index]

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 ansi-wl-pprint (>=0.6 && <0.7), base (>=4.7 && <5), bytestring (>=0.10 && <0.11), Cabal (>=1.20 && <1.25), containers, data-default (>=0.2 && <1), deepseq (<1.5), directory (<1.4), exherbo-cabal (>=0.2 && <0.3), filepath (<1.5), haddock-library (>=1.0 && <1.6), http-client (>=0.4 && <0.5), http-types (<1), optparse-applicative (>=0.12 && <0.13), 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 2017-02-09T17:03:53Z
Distributions
Executables exherbo-cabal
Downloads 5450 total (22 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2017-02-09 [all 1 reports]

Readme for exherbo-cabal-0.2.1.1

[back to package description]

Build Status

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