core/pkgs/by-name/ha/haskell/haskell-modules/hoogle-local-wrapper.sh
2024-05-13 22:37:40 -04:00

6 lines
116 B
Bash

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