MyNixOS website logo
option

services.hoogle.packages

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.

Declarations
Type
function that evaluates to a(n) list of package
Default
hp: []
Example
hp: with hp; [ text lens ]