packages feed

yesod-default 1.1.0 → 1.1.0.1

raw patch · 2 files changed

+1/−2 lines, 2 filesPVP ok

version bump matches the API change (PVP)

API changes (from Hackage documentation)

Files

Yesod/Default/Main.hs view
@@ -37,7 +37,6 @@ defaultMain load getApp = do     config <- load     app <- getApp config-    print $ appHost config     runSettings defaultSettings         { settingsPort = appPort config         , settingsHost = appHost config
yesod-default.cabal view
@@ -1,5 +1,5 @@ name:            yesod-default-version:         1.1.0+version:         1.1.0.1 license:         MIT license-file:    LICENSE author:          Patrick Brisbin