packages feed

yesod-bin 1.4.1.1 → 1.4.1.2

raw patch · 8 files changed

+11/−13 lines, 8 files

Files

ChangeLog.md view
@@ -1,3 +1,7 @@+## 1.4.1.2++No args passed in keter.yml+ ## 1.4.1  Significant update to the scaffolding.
hsfiles/mongo.hsfiles view
@@ -798,8 +798,7 @@     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
hsfiles/mysql.hsfiles view
@@ -810,8 +810,7 @@     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
hsfiles/postgres-fay.hsfiles view
@@ -870,8 +870,7 @@     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
hsfiles/postgres.hsfiles view
@@ -810,8 +810,7 @@     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
hsfiles/simple.hsfiles view
@@ -718,8 +718,7 @@     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
hsfiles/sqlite.hsfiles view
@@ -810,8 +810,7 @@     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
yesod-bin.cabal view
@@ -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 <michael@snoyman.com>