We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The hoogle binary actually has the DB hardcoded in it, so it is a bit tricky for hie to discover this at the moment.
[nix-shell:~/src/gitlab/qfpl/open-banking-conformance-suite/open-banking-au-api-types]$ cat /nix/store/s6a9fmb5m99m09z7m3ksabkmakzj16fy-ghc-8.4.3-with-packages/bin/hoogle #! /nix/store/nii7pk6pv4x4as7vsxbvwyzjn67vax6r-bash-4.4-p23/bin/bash COMMAND=$1 shift exec /nix/store/fn2w8axd4c0haxl767mmdmhjr7jwkand-hoogle-5.0.17.3/bin/hoogle "$COMMAND" --database /nix/store/lskc467510dv69kv1d5n7zs0q2y0yszm-hoogle-local-0.1/share/doc/hoogle/default.hoo "$@"
The text was updated successfully, but these errors were encountered:
See domenkozar/hie-nix#27 (comment)
Sorry, something went wrong.
No branches or pull requests
The hoogle binary actually has the DB hardcoded in it, so it is a bit tricky for hie to discover this at the moment.
The text was updated successfully, but these errors were encountered: