ghc-tags-core: a library to work with tags created from Haskell parsed tree
library scope
.
'ghc-tags-core' library provides:
.
* a function to extract tag information from
parsed tree representation of Haskell code,
* parsers for ctag and etag style tag files (vim / emacs),
* formatting tags into ctag and etag files,
* tries to be compatible with universal-ctags.
.
=== developer tools
Check out these projects:
.
* ghc-tags - a standalone ghc tags generator;
* ghc-tags-plugin -
a ghc compiler
plugin
which extracts tags during HsModule
GhcPs
GHC
's parser pass and from TH splices.
.
[Skip to Readme]
Modules
[Index] [Quick Jump]
Flags
Manual Flags
Name | Description | Default |
---|---|---|
ghc-lib | Use ghc-lib rather than ghc | Disabled |
Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info
Downloads
- ghc-tags-core-0.5.0.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.2.1.0, 0.2.2.0, 0.2.3.0, 0.2.4.0, 0.2.4.1, 0.3.0.0, 0.3.1.0, 0.3.1.1, 0.4.0.0, 0.4.1.0, 0.4.2.0, 0.4.2.1, 0.4.2.2, 0.5.0.0, 0.6.0.0, 0.6.1.0, 0.6.1.1 (info) |
---|---|
Change log | CHANGELOG.md |
Dependencies | attoparsec (>=0.13.0.0), base (>=4.12.0.0 && <4.18), bytestring (>=0.10), containers, deepseq, filepath-bytestring (>=1.4 && <1.5), ghc, text (>=1.2 && <2.1) [details] |
Tested with | ghc ==8.10.7 || ==9.0.2 || ==9.2.4 || ==9.4.2 |
License | MPL-2.0 |
Copyright | (c) 2020-2022, Marcin Szamotulski |
Author | Marcin Szamotulski |
Maintainer | coot@coot.me |
Category | Development |
Home page | https://github.com/coot/ghc-tags-plugin#readme |
Bug tracker | https://github.com/coot/ghc-tags-plugin/issues |
Uploaded | by coot at 2023-02-07T20:45:52Z |
Distributions | NixOS:0.6.1.1 |
Reverse Dependencies | 2 direct, 0 indirect [details] |
Downloads | 2145 total (3 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs available [build log] Last success reported on 2023-02-07 [all 1 reports] |