nix-config/home/features/devel/haskell.nix

6 lines
137 B
Nix

# The _smartest_ programming language.
{ pkgs, ... }:
{
home.packages = with pkgs; [ haskell.compiler.ghc910 cabal-install stack ];
}