This website requires JavaScript.
Explore
Help
Sign In
ilyakooo0
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced
2024-11-14 15:36:47 +03:00
Code
Issues
Projects
Releases
Wiki
Activity
3f14b00106
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-23 02:10:08 +03: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 02:55:04 +03:00
exec
@hoogle@/bin/hoogle
"
$COMMAND
"
-d @out@/share/doc/hoogle
"
$@
"
Reference in New Issue
Copy Permalink