about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/hoogle.nix
AgeCommit message (Expand)AuthorFilesLines
2022-10-07lib.closePropagation: Remove the quadratic behavior in lib.closePropagationGuillaume Bouchard1-1/+0
2022-06-05haskellPackages.hoogleLocal: allow substitutes againMalte Brandy1-3/+6
2022-03-22haskellPackages.hoogleLocal: build database locallyProfpatsch1-0/+7
2022-01-06haskellPackages.{ghcWithPackages, ghcWithHoogle}: make overrideablesternenseemann1-25/+13
2021-06-16haskellPackages.shellFor: Work around hoogle generation failureJoe Hermaszewski1-2/+5
2021-01-24treewide: fix double quoted strings in meta.descriptionvolth1-2/+2
2021-01-24pkgs/development: stdenv.lib -> libBen Siraphob1-2/+2
2019-12-24ghcWithHoogle: Fix for crossJohn Ericson1-2/+3
2019-09-03Pass hoogle-local's buildCommand as a file.Travis Whitaker1-3/+3
2018-07-20[bot] treewide: remove unused 'inherit' in let blocksvolth1-1/+0
2018-07-20[bot]: remove unreferenced codevolth1-4/+0
2018-06-22Revert "Fix null deps in ghcWithHoogle"Peter Simons1-9/+7
2018-06-21Fix null deps in ghcWithHoogleWill Fancher1-7/+9
2017-08-19ghcWithHoogle: deal gracefully with packages that have no haddockDir attributePeter Simons1-1/+1
2017-08-19ghcWithHoogle: cosmetic for the sake of Emacs syntax highlightingPeter Simons1-3/+2
2017-08-06pkgs/haskell-modules/hoogle.nix: find haddocks by `haddockDir`Profpatsch1-12/+15
2017-02-14ghcWithHoogle: fix for ghcjsBas van Dijk1-5/+5
2016-11-24haskell/hoogle.nix: make an empty packages list possibleProfpatsch1-8/+6
2016-09-20Make hoogle-local compatible wih hoogle >= 5.0.4Michael Alan Dorman1-22/+4
2016-06-20haskell-hoogle: adapt to GHC docs splitAlexey Shmalko1-1/+1
2016-06-20haskell-hoogle: remedy some fallout from https://github.com/NixOS/nixpkgs/pul...Peter Simons1-1/+1
2016-02-01ghcWithHoogle: fix haddocks for GHCJS builtin libsCharles Strahan1-1/+4
2016-01-31ghcWithHoogle: add support for ghcjsCharles Strahan1-5/+25
2015-09-02hoogle: use $NIX_BUILD_CORES to determine the proper level of parallelism for...Peter Simons1-1/+1
2015-08-18haskell-packages: make hoogle wrapper much more helpfulJan Malakhovski1-24/+38
2015-08-18haskell-packages: bring hoogle to the masses by imlementing ghcWithHoogleJan Malakhovski1-0/+4
2015-06-11haskell-ng: hoogleLocal supportCharles Strahan1-0/+107