dotfiles/modules/haskell.nix

12 lines
161 B
Nix
Raw Normal View History

{ config, lib, pkgs, ... }:
{
home.packages = with pkgs; [
ghc
stack
stylish-haskell
haskellPackages.ghcide
haskellPackages.hoogle
];
}