summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hoogle.nix
Commit message (Collapse)AuthorAge
* ghcWithHoogle: fix haddocks for GHCJS builtin libsCharles Strahan2016-02-01
|
* ghcWithHoogle: add support for ghcjsCharles Strahan2016-01-31
|
* hoogle: use $NIX_BUILD_CORES to determine the proper level of parallelism ↵Peter Simons2015-09-02
| | | | for database creation
* haskell-packages: make hoogle wrapper much more helpfulJan Malakhovski2015-08-18
| | | | | | | * 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.
* haskell-packages: bring hoogle to the masses by imlementing ghcWithHoogleJan Malakhovski2015-08-18
| | | | Replace `ghcWithPackages` to `ghcWithHoogle` in your config and enjoy.
* haskell-ng: hoogleLocal supportCharles Strahan2015-06-11