nixpkgs/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
2015-06-11 20:25:31 -04:00

7 lines
137 B
Bash

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