Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / development / haskell-modules / hoogle-local-wrapper.sh
blob223d19b70f03a4b7614dca34a818bb1d78bc7807
1 #! @shell@
3 COMMAND=$1
4 shift
5 exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"