dynamic-cabal: Access the functions from the Cabal library without depending on it
This library allows you to extract information from cabal files without depending on the Cabal library. Since GHC currently depends on Cabal, it's difficult to directly use Cabal if you also like to use the GHC API. This package solves that problem by using the GHC API itself to interface with Cabal, which means that it can use whatever Cabal version the user has installed, at run time (the version is not fixed at compile time). For a short tutorial, see https://github.com/bennofs/dynamic-cabal. Note: As of GHC 7.10, the ghc library no longer depends on Cabal. So you only need this package if you want to support older GHC versions.
[Skip to Readme]
Modules
[Index]
Downloads
- dynamic-cabal-0.3.5.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1, 0.2, 0.3, 0.3.1, 0.3.2, 0.3.3, 0.3.4, 0.3.5 |
---|---|
Dependencies | base (>=4.4 && <5), containers, data-default, directory, filepath, ghc, ghc-paths, haskell-generate, haskell-src-exts, time, void [details] |
License | BSD-3-Clause |
Copyright | Copyright (C) 2013-2015 Benno Fünfstück |
Author | Benno Fünfstück |
Maintainer | Benno Fünfstück <benno.fuenfstueck@gmail.com> |
Category | Distribution |
Home page | http://github.com/bennofs/dynamic-cabal/ |
Bug tracker | http://github.com/bennofs/dynamic-cabal/issues |
Source repo | head: git clone https://github.com/bennofs/dynamic-cabal.git |
Uploaded | by BennoFuenfstueck at 2015-03-29T15:29:34Z |
Distributions | |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 16705 total (24 in the last 30 days) |
Rating | (no votes yet) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2015-03-29 [all 1 reports] |