services.hoogle.packages
NixOS option
The Haskell packages to generate documentation for. The option value is a function that takes the package set specified in the haskellPackages option as its sole parameter and returns a list of packages.
type: function that evaluates to a(n) list of packageDefault
hp: []
Example
declared in: nixos/modules/services/development/hoogle.nixView source on NixOS/nixpkgs →hp: with hp; [ text lens ]