-
Notifications
You must be signed in to change notification settings - Fork 842
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
Haddocks not copied for dependencies (was: Installing and using offline documentations?) #1105
Comments
|
Running I'd love to be able to go offline and easily browse all the version-correct docs for my current project. |
Are you using a Stack installed GHC, or something else? The GHC which Stack On Wed, Oct 7, 2015, 9:46 AM Diego Pontoriero [email protected]
|
I am using stack installed GHC. I found the offline docs after I installed packages using
There should also be results from |
This sounds more like a question about how best to use hoogle, rather than a feature in stack, unless I'm mistaken. |
No, it is about stack. If I use Ubuntu official version of GHC, then any package I installed will automatically be in database of Hoogle, but stack packagages do not. |
|
I see. Will |
Yes, it's also a feature that I want. |
I am using stack installed GHC as well, which I assume lives in It would be nice if it were all in one place, but as long as it's somewhere local I could make do. |
There does seem to be something going wrong with Expected behaviour is for In addition, all of a project's dependencies' docs should get put in, e.g., |
* master: (106 commits) Fix ghci -package-id for lib dep from test #1222 Fix passing of include dirs to GHCI #1222 Minor change to some local var naming Fix a copy-o which breaks ghci test targets #1222 Only ask for commit count once when compiling Move Windows installers above manual download Import all modules after loading them (#995) replace if then else with case matching (multiway if) Control/Concurrent/Execute.hs : redundant do Use stack setup so you can ignore most of the output Don't cache the GHC folder Strip -static before passing to GHCi (#1094) Fix: unlisted files in tests and benchmarks trigger extraneous second build (fixes #838) Don't fail when registering/looking up library for executable-only packages #1232 Fix help for default true bool flag's enable hint Rebuild when cabal file is changed watched command: show files, not directories Update changelog Fix: Haddocks not copied for dependencies (fixes #1105) Remove redundant Version from InstalledMap ...
I use only stack for my local haskell installation. However, I don't see a way to locally install documents from packages, and
hoogle
does not find them either. It may be a nice feature to have because when I used the haskell platform in Ubuntu official repo, I can easily just search usinghoogle
, or look into local documentations.The text was updated successfully, but these errors were encountered: