summaryrefslogtreecommitdiff
path: root/home/ebisu/fortune/development/languages/haskell.nix
blob: 974c278de96d8f42bf41794e84d4ac1b7bfb92ef (plain) (blame)
1
2
3
4
5
6
7
8
9
{ pkgs, ... }:
{
  home.packages = with pkgs; [
    ghc
    haskellPackages.cabal-fmt
    # haskellPackages.pier
    stack
  ];
}