cabal-helper: Simple interface to some of Cabal's configuration state, mainly used by ghc-mod
This is a package candidate release! Here you can preview how this package release will appear once published to the main package index (which can be accomplished via the 'maintain' link below). Please note that once a package has been published to the main package index it cannot be undone! Please consult the package uploading documentation for more information.
Cabal's little helper provides access to build information gathered by
cabal
when configuring a project. Specifically we're interested in
retrieving enough information to bring up a compiler session, using the GHC
API, which is similar to running cabal repl
in a project.
While simple in principle this is complicated by the fact that the information Cabal writes to disk is in an unstable format and only really accessible through the Cabal API itself.
Since we do not want to bind the user of a development tool which utilises this library to a specific version of Cabal we compile the code which interfaces with the Cabal library's API on the user's machine, at runtime, against whichever version of Cabal was used to write the on disk information for a given project.
If this version of Cabal is not available on the users machine anymore,
which is fairly likely since cabal-install is usually linked statically, we
have support for compiling the Cabal library also. In this case the library
is installed into a private, isolated, package database in
$XDG_CACHE_HOME/cabal-helper
so as to not interfere with the user's
package database.
[Skip to Readme]
Properties
Versions | 0.1.0.0, 0.1.0.1, 0.2.0.0, 0.3.0.0, 0.3.1.0, 0.3.2.0, 0.3.2.1, 0.3.3.0, 0.3.4.0, 0.3.5.0, 0.3.6.0, 0.3.7.0, 0.3.8.0, 0.3.9.0, 0.4.0.0, 0.5.0.0, 0.5.1.0, 0.5.2.0, 0.5.3.0, 0.6.0.0, 0.6.1.0, 0.6.2.0, 0.6.3.0, 0.6.3.1, 0.7.0.1, 0.7.1.0, 0.7.2.0, 0.7.3.0, 0.8.0.0, 0.8.0.1, 0.8.0.2, 0.8.1.0, 0.8.1.1, 0.8.1.1, 0.8.1.2, 0.8.2.0, 1.0.0.0, 1.1.0.0 |
---|---|
Change log | None available |
Dependencies | base (>=4.7 && <5), bytestring (>=0.9.2.1 && <0.11), Cabal (>=1.14 && <1.26 || >=2.0 && <2.5), cabal-plan (>=0.3.0.0 && <0.5), containers (>=0.5.5.1 && <1), directory (>=1.2.1.0 && <1.4), filepath (>=1.3.0.0 && <1.5), ghc-prim, mtl (>=2.0 && <2.3), pretty-show (>=1.8.1 && <1.9), process (>=1.1.0.1 && <1.7), semigroupoids (>=5.2 && <5.3), template-haskell (>=2.7.0.0 && <2.14), temporary (>=1.2.1 && <1.3), text (>=1.0.0.0 && <1.3), transformers (>=0.3.0.0 && <0.6), unix (>=2.5.1.1 && <2.8), unix-compat (>=0.4.3.1 && <0.6), utf8-string (>=1.0.1.1 && <1.1) [details] |
License | GPL-3.0-only |
Author | Daniel Gröber <cabal-helper@dxld.at> |
Maintainer | cabal-helper@dxld.at |
Category | Distribution |
Source repo | head: git clone https://github.com/DanielG/cabal-helper.git |
Uploaded | by DanielG at 2018-08-23T20:49:38Z |
Modules
[Index] [Quick Jump]
- Distribution
Flags
Manual Flags
Name | Description | Default |
---|---|---|
dev | Build development components | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- cabal-helper-0.8.1.1.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
Package maintainers
For package maintainers and hackage trustees