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

6 lines
116 B
Bash
Raw Normal View History

2015-01-23 00:10:08 +01:00
#! @shell@
COMMAND=$1
shift
exec @hoogle@/bin/hoogle "$COMMAND" --database @out@/share/doc/hoogle/default.hoo "$@"