yesod-bin 1.4.1.1 → 1.4.1.2
raw patch · 8 files changed
+11/−13 lines, 8 files
Files
- ChangeLog.md +4/−0
- hsfiles/mongo.hsfiles +1/−2
- hsfiles/mysql.hsfiles +1/−2
- hsfiles/postgres-fay.hsfiles +1/−2
- hsfiles/postgres.hsfiles +1/−2
- hsfiles/simple.hsfiles +1/−2
- hsfiles/sqlite.hsfiles +1/−2
- yesod-bin.cabal +1/−1
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>