From b8aefd57fc8266918d843904c73b96fc7cf5b9c6 Mon Sep 17 00:00:00 2001 From: nek0 Date: Mon, 8 Apr 2024 02:46:22 +0200 Subject: [PATCH] enable profiling in dev-shell --- flake.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/flake.nix b/flake.nix index 7e9e911..672c29a 100644 --- a/flake.nix +++ b/flake.nix @@ -34,6 +34,7 @@ buildInputs = with haskellPackages; [ haskell-language-server ghcid + ghc-prof cabal-install ]; };