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

Alois Cochard alois.cochard at gmail.com
Sun May 4 19:47:17 UTC 2014


Hi,

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

The main new feature is the support of "workspace resolution", which
basically mean that if you have the following projects:

~/projects/foo
~/projects/bar

Where 'foo' have a dependency on 'bar'... when you run `codex update` in
'foo' directory it will generate tags using the sources available in the
sibling directory 'bar' instead of taking it from hackage (as long as
versions match).

It's specially useful when working on multiple modules, kudos to Edward
Kmett for the original idea.

[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

-- 
*Alois Cochard*
http://twitter.com/aloiscochard
http://github.com/aloiscochard
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20140504/a622b54e/attachment.html>


More information about the Haskell-Cafe mailing list