This commit is contained in:
xunuwu 2024-11-27 01:32:13 +01:00
parent 97fd3be530
commit 03e076a99e
Signed by: xun
SSH key fingerprint: SHA256:Uot/1WoAjWAeqLOHA5vYy4phhVydsH7jCPmBjaPZfgI
2 changed files with 10 additions and 0 deletions

9
home/develop/haskell.nix Normal file
View file

@ -0,0 +1,9 @@
{pkgs, ...}: {
home.packages = with pkgs; [
ghc
haskell-language-server
cabal-install
hlint
haskellPackages.retrie
];
}