packages feed

yesod 1.0.0.2 → 1.0.1

raw patch · 4 files changed

+4/−1 lines, 4 files

Files

scaffold/Application.hs.cg view
@@ -21,6 +21,7 @@ import Network.HTTP.Conduit (newManager, def)  -- Import all relevant handler modules here.+-- Don't forget to add new modules to your cabal file! import Handler.Home  -- This line actually creates our YesodSite instance. It is the second half
scaffold/config/settings.yml.cg view
@@ -1,6 +1,7 @@ Default: &defaults   host: "*4" # any IPv4 host   port: 3000+  approot: "http://localhost:3000"   copyright: Insert copyright statement here   #analytics: UA-YOURCODE 
scaffold/project.cabal.cg view
@@ -77,6 +77,7 @@                 NoMonomorphismRestriction      build-depends: base                          >= 4          && < 5+                 , yesod-platform                >= 1.0        && < 1.1                  , yesod                         >= 1.0        && < 1.1                  , yesod-core                    >= 1.0        && < 1.1                  , yesod-auth                    >= 1.0        && < 1.1
yesod.cabal view
@@ -1,5 +1,5 @@ name:            yesod-version:         1.0.0.2+version:         1.0.1 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>