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

6 lines
96 B
Bash

#! @shell@
COMMAND=$1
shift
exec @hoogle@/bin/hoogle "$COMMAND" -d @out@/share/doc/hoogle "$@"