# The _smartest_ programming language.
{ pkgs, ... }:

{
  home.packages = with pkgs; [ haskell.compiler.ghc910 cabal-install stack ];
}