-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request: Generate tags for dependent haskell packages #1
Comments
Yeah, something like this: https://github.com/aloiscochard/codex |
Oh, I didn't know about |
ghc-tags looks feature rich and tightly integrated with GHC, which i think is great, my personal preference would be to enhance ghc-tags to be more cabal/project aware and locate all the source files all of the packages to index, but that's just me preference. The support inside codex would be more ad-hoc, but again, just my 2c. |
I was having a look how If we would get all the tarballs unpacked (we could use a bash script), we could run
Just thinking that with a simple script, |
I was playing doing some plumbing with these tools:
...and success :) |
Just for awareness, i ended up writing a small tool for this: |
It would be nice to have an option (maybe not enabled by default) to also generate tags for the dependent packages specified in the cabal file, including base. There is a project that does something similar, see https://github.com/ierton/haskdogs.
The text was updated successfully, but these errors were encountered: