depot/third_party/nixpkgs/pkgs/development/haskell-modules/hoogle-local-wrapper.sh

6 lines
116 B
Bash
Raw Normal View History

#! @shell@
COMMAND=$1
shift
exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"