[ANN] codex 0.0.2 - generate tags file from dependencies

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
participants (1)
-
Alois Cochard