THIS IS A TEST INSTANCE ONLY! REPOSITORIES CAN BE DELETED AT ANY TIME!
This website requires JavaScript.
Explore
Help
Sign In
jolheiser
/
nixpkgs
Watch
1
Star
0
Fork
0
You've already forked nixpkgs
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
0a745f5dd2
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-17 23:55:04 +00:00
exec
@hoogle@/bin/hoogle
"
$COMMAND
"
-d @out@/share/doc/hoogle
"
$@
"
Reference in New Issue
Copy Permalink