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 package
Default
hp: []
Example
hp: with hp; [ text lens ]
declared in: nixos/modules/services/development/hoogle.nixView source on NixOS/nixpkgs →