services.ihaskell.extraPackages
NixOS option
Extra packages available to ghc when running ihaskell. The value must be a function which receives the attrset defined in haskellPackages as the sole argument.
type: function that evaluates to a(n) list of packageDefault
haskellPackages: []
Example
declared in: nixos/modules/services/misc/ihaskell.nixView source on NixOS/nixpkgs →haskellPackages: [ haskellPackages.wreq haskellPackages.lens ]