From 685ce5bfe7c961b0f14162b44ad8a9df5d6eb7e7 Mon Sep 17 00:00:00 2001 From: Infinidoge Date: Sat, 25 Dec 2021 02:15:57 -0500 Subject: [PATCH] programming/haskell: add haskell dependencies --- profiles/develop/programming/haskell.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/profiles/develop/programming/haskell.nix b/profiles/develop/programming/haskell.nix index d3a1ed9..80a0574 100644 --- a/profiles/develop/programming/haskell.nix +++ b/profiles/develop/programming/haskell.nix @@ -2,6 +2,14 @@ environment.systemPackages = with pkgs; lib.lists.flatten [ haskell-language-server ghc + cabal-install + + (with haskellPackages; [ + hoogle + + brittany + hls-brittany-plugin + ]) stack # stack2nix