summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Aristote <quentin@aristote.fr>2022-10-25 19:40:13 +0200
committerQuentin Aristote <quentin@aristote.fr>2022-10-25 19:40:13 +0200
commitaab57671d1cafb8a5f90284730ae4542dd9652b6 (patch)
tree10f3b403657b6a17e9df4e55ae972bed63a14137
parent672023ac3ae964e7b08d14d8e42c14d778bb7889 (diff)
modules: haskell: add hindent dependency for the spacemacs layerHEADmaster
-rw-r--r--modules/haskell.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/haskell.nix b/modules/haskell.nix
index 1b8bc45..2090e1e 100644
--- a/modules/haskell.nix
+++ b/modules/haskell.nix
@@ -8,6 +8,7 @@ let
spacemacsPackages = haskellPackages:
with haskellPackages; [
apply-refact
+ hindent
hlint
stylish-haskell
hasktags