This website requires JavaScript.
Explore
Help
Sign In
nordic-dev.net
/
nixpkgs
Watch
2
Star
0
Fork
0
You've already forked nixpkgs
mirror of
https://github.com/NixOS/nixpkgs.git
synced
2024-12-24 22:53:42 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
aded8e40c1
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