packages feed

yesod 1.2.2.1 → 1.2.3

raw patch · 2 files changed

+2/−2 lines, 2 files

Files

Yesod/Default/Config.hs view
@@ -70,7 +70,7 @@     getPort front (arg:rest) = getPort (front . (arg:)) rest      capitalize [] = []-    capitalize (x:xs) = toUpper x : map toLower xs+    capitalize (x:xs) = toUpper x : xs  -- | Load the app config from command line parameters, using the given -- @ConfigSettings.
yesod.cabal view
@@ -1,5 +1,5 @@ name:            yesod-version:         1.2.2.1+version:         1.2.3 license:         MIT license-file:    LICENSE author:          Michael Snoyman <michael@snoyman.com>