haskell-ng: hoogleLocal support

This commit is contained in:
Charles Strahan
2015-06-11 20:25:31 -04:00
parent cd28c5517c
commit 3859f7bdab
5 changed files with 126 additions and 3 deletions
@@ -0,0 +1,6 @@
#! @shell@
COMMAND=$1
shift
HOOGLE_DOC_PATH=@out@/share/hoogle/doc exec @hoogle@/bin/hoogle \
"$COMMAND" -d @out@/share/hoogle "$@"