[Haskell-cafe] [ANN] codex 0.1.0 - generate tags file from dependencies

Alois Cochard alois.cochard at gmail.com
Sun Jul 6 16:00:29 UTC 2014


Hi,

Just to let you know that I released a new version of `codex` (a tool which
generate a tags[1] file for a given cabal project using the sources of all
the dependencies of that project).

This release include some bug fixes as well as two new features:
- Support modules added using `cabal sandbox add-source` as workspace
dependencies
- Support `emacs` format by disabling sorting on merge of tags files

Thanks to everyone who reported bugs or submitted patch!

[1]Those tags file basically contain references to functions/types
definition in source code and allow "jump to definition" like functionality
in text editors.

source: http://github.com/aloiscochard/codex
hackage: http://hackage.haskell.org/package/codex

-- 
*A\ois*
http://twitter.com/aloiscochard
http://github.com/aloiscochard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140706/95903293/attachment.html>


More information about the Haskell-Cafe mailing list