enable profiling in dev-shell

This commit is contained in:
nek0 2024-04-08 02:46:22 +02:00
parent 8691274c56
commit b8aefd57fc

View file

@ -34,6 +34,7 @@
buildInputs = with haskellPackages; [ buildInputs = with haskellPackages; [
haskell-language-server haskell-language-server
ghcid ghcid
ghc-prof
cabal-install cabal-install
]; ];
}; };