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.
--