core/pkgs/by-name/ha/haskell/haskell-modules/hoogle-local-wrapper.sh

6 lines
116 B
Bash
Raw Normal View History

2024-05-14 02:37:40 +00:00
#! @shell@
COMMAND=$1
shift
exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"