yesod 1.0.0.1 → 1.0.0.2
raw patch · 2 files changed
+3/−5 lines, 2 files
Files
- scaffold/config/settings.yml.cg +2/−4
- yesod.cabal +1/−1
scaffold/config/settings.yml.cg view
@@ -1,5 +1,5 @@ Default: &defaults- host: "localhost"+ host: "*4" # any IPv4 host port: 3000 copyright: Insert copyright statement here #analytics: UA-YOURCODE@@ -14,7 +14,5 @@ <<: *defaults Production:- host: "*4" # any IPv4 host- port: 3000- approot: "http://www.example.com"+ #approot: "http://www.example.com" <<: *defaults
yesod.cabal view
@@ -1,5 +1,5 @@ name: yesod-version: 1.0.0.1+version: 1.0.0.2 license: MIT license-file: LICENSE author: Michael Snoyman <michael@snoyman.com>