summary refs log blame commit diff
path: root/pkgs/development/haskell-modules/hoogle-local-wrapper.sh
blob: 471b2c81584e7dccfa4ce38c8262b448ffd6c300 (plain) (tree)
1
2
3
4
5



          
                                                                  
#! @shell@

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