haskell
This commit is contained in:
parent
97fd3be530
commit
03e076a99e
2 changed files with 10 additions and 0 deletions
9
home/develop/haskell.nix
Normal file
9
home/develop/haskell.nix
Normal file
|
@ -0,0 +1,9 @@
|
|||
{pkgs, ...}: {
|
||||
home.packages = with pkgs; [
|
||||
ghc
|
||||
haskell-language-server
|
||||
cabal-install
|
||||
hlint
|
||||
haskellPackages.retrie
|
||||
];
|
||||
}
|
|
@ -36,6 +36,7 @@
|
|||
|
||||
# development
|
||||
../../develop/common.nix
|
||||
../../develop/haskell.nix
|
||||
#../../develop
|
||||
#../../develop/small-misc.nix
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue