From bb13ca4c56276253de650c86ba5645d101517487 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 30 Oct 2015 13:22:30 -0700 Subject: [PATCH] don't build with rtsopts by default --- stack.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stack.yaml b/stack.yaml index 7e4c7ba11..ad62ba7c9 100644 --- a/stack.yaml +++ b/stack.yaml @@ -13,6 +13,6 @@ flags: extra-deps: - uglymemo-0.1.0.1 -ghc-options: - rtsopts: - all +# ghc-options: +# rtsopts: +# all