codex

A ctags file generator for cabal project dependencies.

http://github.com/aloiscochard/codex

Version on this page:0.4.0.6
LTS Haskell 6.35:0.4.0.10
Stackage Nightly 2016-05-25:0.4.0.10
Latest on Hackage:0.6.0.0

See all snapshots codex appears in

Apache-2.0 licensed by Alois Cochard
Maintained by [email protected]
This version can be pinned in stack with:codex-0.4.0.6@sha256:f57ef1513b90b3acc3f38487a8858aad7a72e0ece5cfcfb742b25be630b32b8e,2854

Module documentation for 0.4.0.6

This tool download and cache the source code of packages in your local hackage, it can then use this cache to generate tags files aggregating the sources of all the dependencies of your cabal/stack projects.

You basically do `codex update` in your project directory and you'll get a file (codex.tags by default, or TAGS when using emacs format) that you can use in your favorite text editor.

Usage overview can be found in the README.