0013743845
* Build most of the stuff on /tmp, not in /nix/store. * Generate hoogle database for all the dependencies. * Generate haddock index and contents files. * Cleanup.
6 lines
96 B
Bash
6 lines
96 B
Bash
#! @shell@
|
|
|
|
COMMAND=$1
|
|
shift
|
|
exec @hoogle@/bin/hoogle "$COMMAND" -d @out@/share/doc/hoogle "$@"
|