feat(pkgs/emacs): Add Haskell development packages
This commit is contained in:
parent
57c047b5fd
commit
0937f19408
2 changed files with 11 additions and 0 deletions
|
@ -70,6 +70,7 @@ in emacsWithPackages(epkgs:
|
||||||
helm
|
helm
|
||||||
ht
|
ht
|
||||||
idle-highlight-mode
|
idle-highlight-mode
|
||||||
|
intero
|
||||||
magit
|
magit
|
||||||
markdown-mode-plus
|
markdown-mode-plus
|
||||||
multi-term
|
multi-term
|
||||||
|
|
10
packages.nix
10
packages.nix
|
@ -63,6 +63,16 @@ in {
|
||||||
xclip
|
xclip
|
||||||
xfce.xfce4-screenshooter
|
xfce.xfce4-screenshooter
|
||||||
|
|
||||||
|
# Haskell packages:
|
||||||
|
cabal-install
|
||||||
|
ghc
|
||||||
|
hlint
|
||||||
|
stack
|
||||||
|
stack2nix
|
||||||
|
haskellPackages.intero
|
||||||
|
haskellPackages.stylish-haskell
|
||||||
|
haskellPackages.yesod-bin
|
||||||
|
|
||||||
# Unstable packages:
|
# Unstable packages:
|
||||||
unstable.numix-cursor-theme
|
unstable.numix-cursor-theme
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue