From b2c16c9d4cd31037dc565b0f1d55d6c92d492ed3 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Mon, 25 Aug 2014 18:07:58 +0300 Subject: [PATCH] Scaffolding update: turn on -N --- yesod-bin/hsfiles/mongo.hsfiles | 2 +- yesod-bin/hsfiles/mysql.hsfiles | 2 +- yesod-bin/hsfiles/postgres-fay.hsfiles | 2 +- yesod-bin/hsfiles/postgres.hsfiles | 2 +- yesod-bin/hsfiles/simple.hsfiles | 2 +- yesod-bin/hsfiles/sqlite.hsfiles | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 8ce1ba47..65a997ee 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -446,7 +446,7 @@ executable PROJECTNAME , PROJECTNAME , yesod - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N test-suite test type: exitcode-stdio-1.0 diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 0d5fa065..6616cb4b 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -450,7 +450,7 @@ executable PROJECTNAME , PROJECTNAME , yesod - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N test-suite test type: exitcode-stdio-1.0 diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 35fda6dc..7ac52a23 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -487,7 +487,7 @@ executable PROJECTNAME , PROJECTNAME , yesod - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N test-suite test type: exitcode-stdio-1.0 diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 3a74f0fb..f9f65603 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -450,7 +450,7 @@ executable PROJECTNAME , PROJECTNAME , yesod - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N test-suite test type: exitcode-stdio-1.0 diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index 97ba5c76..4124f8fe 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -374,7 +374,7 @@ executable PROJECTNAME , PROJECTNAME , yesod - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N test-suite test type: exitcode-stdio-1.0 diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 6dc72658..e379455e 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -450,7 +450,7 @@ executable PROJECTNAME , PROJECTNAME , yesod - ghc-options: -threaded -O2 + ghc-options: -threaded -O2 -rtsopts -with-rtsopts=-N test-suite test type: exitcode-stdio-1.0