From 101719d3cb9e3faed3e3c5b385e9b8a4fe9f7076 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 7 Jul 2014 08:36:31 -0700 Subject: [PATCH] tools: cabal.config to enable profiing in sandbox --- cabal.config | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 cabal.config diff --git a/cabal.config b/cabal.config new file mode 100644 index 000000000..792f6d648 --- /dev/null +++ b/cabal.config @@ -0,0 +1,2 @@ +library-profiling: True +executable-profiling: True