You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Nix provides a very convenient wrapper, ghcWithHoogle which generates hoogle indexes for all dependencies of your project. It would be similarly convenient if there was a ghcWithIndexer wrapper which instead built kythe indexes using haskell-indexer.
I indent to implement this but this ticket is for the contingency that I don't.
The text was updated successfully, but these errors were encountered:
I now have a nearly working implementation of this but it is not really in a usable state by anyone else. I need to work to upstream a lot of related pieces.
This is the commit which implements ghcWithIndexer. It is blocked on a hackage release of all the packages but after that it should be easy to upstream.
Nix provides a very convenient wrapper,
ghcWithHoogle
which generates hoogle indexes for all dependencies of your project. It would be similarly convenient if there was aghcWithIndexer
wrapper which instead built kythe indexes usinghaskell-indexer
.I indent to implement this but this ticket is for the contingency that I don't.
The text was updated successfully, but these errors were encountered: