This website requires JavaScript.
Explore
Help
Register
Sign In
mirrors
/
nixpkgs
Watch
1
Star
0
Fork
You've already forked nixpkgs
1
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-11-29 17:10:48 +00:00
Code
Issues
Wiki
Activity
6607b99168
nixpkgs
/
pkgs
/
development
/
haskell-modules
/
hoogle-local-wrapper.sh
6 lines
96 B
Bash
Raw
Normal View
History
Unescape
Escape
haskell-ng: hoogleLocal support
2015-01-22 23:10:08 +00:00
#! @shell@
COMMAND
=
$1
shift
haskell-packages: make hoogle wrapper much more helpful * 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.
2015-08-18 00:55:04 +01:00
exec
@hoogle@/bin/hoogle
"
$COMMAND
"
-d @out@/share/doc/hoogle
"
$@
"
Copy permalink