Skip to content

haskell

Whether to enable tools for Haskell development.

Type: boolean

Default:

false

Example:

true

Declared by:

Haskell compiler to use.

Type: package

Default:

pkgs.ghc

Declared by:

Whether to enable Cabal.

Type: boolean

Default:

true

Example:

true

Declared by:

Cabal package to use.

Type: package

Default:

pkgs.cabal-install

Declared by:

Whether to enable Haskell Language Server.

Type: boolean

Default:

true

Example:

true

Declared by:

The Haskell language server package to use.

Type: package

Default:

pkgs.haskell-language-server

Declared by:

Whether to enable Stack.

Type: boolean

Default:

true

Example:

true

Declared by:

Haskell stack package to use.

Type: package

Default:

pkgs.stack

Declared by:

Additional arguments to pass to stack. By default, stack is configured to use devenv’s GHC installation.

Type: list of string

Default:

[ "--no-nix" "--system-ghc" "--no-install-ghc" ]

Declared by: