From 0fca99b967124a9a6ea8e27298b9414eb232d4b6 Mon Sep 17 00:00:00 2001 From: liv Date: Sat, 31 Aug 2024 12:33:04 +0200 Subject: [PATCH] install haskell --- home/features/devel/default.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/home/features/devel/default.nix b/home/features/devel/default.nix index 26d15a8..12ae4c5 100644 --- a/home/features/devel/default.nix +++ b/home/features/devel/default.nix @@ -10,5 +10,10 @@ unzip openssl autoconf + + # haskell stuff + haskell.compiler.ghc910 + cabal-install + stack ]; }