chore(xan): Install ghc-prof-flamegraph

Some things are slow, and it's time to profile them

Change-Id: I6a915db8bcc85adc7c3902a407cebb5a6f52d514
Reviewed-on: https://cl.tvl.fyi/c/depot/+/553
Reviewed-by: glittershark <grfn@gws.fyi>
This commit is contained in:
Griffin Smith 2020-06-21 18:01:29 -04:00 committed by glittershark
parent 68779da596
commit aab362ef37
2 changed files with 21 additions and 3 deletions

View file

@ -27,4 +27,7 @@ let
inherit (pkgs.haskell.lib) addBuildTools;
in
(addBuildTools drv (with haskellPackages; [ cabal-install ])).env
(addBuildTools drv (with haskellPackages; [
cabal-install
ghc-prof-flamegraph
])).env