Skip to content

Ihaskell

services.ihaskell.enable

Autostart an IHaskell notebook service. Type: boolean

Default

false

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/ihaskell.nix

services.ihaskell.extraPackages

Extra packages available to ghc when running ihaskell. The value must be a function which receives the attrset defined in {var}haskellPackages as the sole argument.

Type: function that evaluates to a(n) list of package

Default

haskellPackages: []

Example

haskellPackages: [haskellPackages.wreqhaskellPackages.lens]

Declared by: https://github.com/nixos/nixpkgs/blob/master/nixos/modules/services/misc/ihaskell.nix