From d28b6eae3f66cb4716b4995908ec89c28e4f07ec Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Tue, 16 Dec 2014 10:14:44 +0200 Subject: [PATCH] No args in keter.yml --- yesod-bin/ChangeLog.md | 4 ++++ yesod-bin/hsfiles/mongo.hsfiles | 3 +-- yesod-bin/hsfiles/mysql.hsfiles | 3 +-- yesod-bin/hsfiles/postgres-fay.hsfiles | 3 +-- yesod-bin/hsfiles/postgres.hsfiles | 3 +-- yesod-bin/hsfiles/simple.hsfiles | 3 +-- yesod-bin/hsfiles/sqlite.hsfiles | 3 +-- yesod-bin/yesod-bin.cabal | 2 +- 8 files changed, 11 insertions(+), 13 deletions(-) diff --git a/yesod-bin/ChangeLog.md b/yesod-bin/ChangeLog.md index 0df6219f..c2c85508 100644 --- a/yesod-bin/ChangeLog.md +++ b/yesod-bin/ChangeLog.md @@ -1,3 +1,7 @@ +## 1.4.1.2 + +No args passed in keter.yml + ## 1.4.1 Significant update to the scaffolding. diff --git a/yesod-bin/hsfiles/mongo.hsfiles b/yesod-bin/hsfiles/mongo.hsfiles index 8f999589..18b8e118 100644 --- a/yesod-bin/hsfiles/mongo.hsfiles +++ b/yesod-bin/hsfiles/mongo.hsfiles @@ -798,8 +798,7 @@ stanzas: exec: ../dist/build/PROJECTNAME/PROJECTNAME # Command line options passed to your application. - args: - - production + args: [] hosts: # You can specify one or more hostnames for your application to respond diff --git a/yesod-bin/hsfiles/mysql.hsfiles b/yesod-bin/hsfiles/mysql.hsfiles index 50c048b7..09e8a885 100644 --- a/yesod-bin/hsfiles/mysql.hsfiles +++ b/yesod-bin/hsfiles/mysql.hsfiles @@ -810,8 +810,7 @@ stanzas: exec: ../dist/build/PROJECTNAME/PROJECTNAME # Command line options passed to your application. - args: - - production + args: [] hosts: # You can specify one or more hostnames for your application to respond diff --git a/yesod-bin/hsfiles/postgres-fay.hsfiles b/yesod-bin/hsfiles/postgres-fay.hsfiles index 845197b0..39e9748a 100644 --- a/yesod-bin/hsfiles/postgres-fay.hsfiles +++ b/yesod-bin/hsfiles/postgres-fay.hsfiles @@ -870,8 +870,7 @@ stanzas: exec: ../dist/build/PROJECTNAME/PROJECTNAME # Command line options passed to your application. - args: - - production + args: [] hosts: # You can specify one or more hostnames for your application to respond diff --git a/yesod-bin/hsfiles/postgres.hsfiles b/yesod-bin/hsfiles/postgres.hsfiles index 8d3b1535..4756cc59 100644 --- a/yesod-bin/hsfiles/postgres.hsfiles +++ b/yesod-bin/hsfiles/postgres.hsfiles @@ -810,8 +810,7 @@ stanzas: exec: ../dist/build/PROJECTNAME/PROJECTNAME # Command line options passed to your application. - args: - - production + args: [] hosts: # You can specify one or more hostnames for your application to respond diff --git a/yesod-bin/hsfiles/simple.hsfiles b/yesod-bin/hsfiles/simple.hsfiles index e59146b7..be07b4c2 100644 --- a/yesod-bin/hsfiles/simple.hsfiles +++ b/yesod-bin/hsfiles/simple.hsfiles @@ -718,8 +718,7 @@ stanzas: exec: ../dist/build/PROJECTNAME/PROJECTNAME # Command line options passed to your application. - args: - - production + args: [] hosts: # You can specify one or more hostnames for your application to respond diff --git a/yesod-bin/hsfiles/sqlite.hsfiles b/yesod-bin/hsfiles/sqlite.hsfiles index 96a3a67c..6f2ed32a 100644 --- a/yesod-bin/hsfiles/sqlite.hsfiles +++ b/yesod-bin/hsfiles/sqlite.hsfiles @@ -810,8 +810,7 @@ stanzas: exec: ../dist/build/PROJECTNAME/PROJECTNAME # Command line options passed to your application. - args: - - production + args: [] hosts: # You can specify one or more hostnames for your application to respond diff --git a/yesod-bin/yesod-bin.cabal b/yesod-bin/yesod-bin.cabal index a6787375..979f9993 100644 --- a/yesod-bin/yesod-bin.cabal +++ b/yesod-bin/yesod-bin.cabal @@ -1,5 +1,5 @@ name: yesod-bin -version: 1.4.1.1 +version: 1.4.1.2 license: MIT license-file: LICENSE author: Michael Snoyman