packages feed

yesod-default 1.0.0 → 1.0.1

raw patch · 2 files changed

+3/−3 lines, 2 files

Files

Yesod/Default/Util.hs view
@@ -73,8 +73,8 @@     , whenExists x True  "lucius"  luciusFileReload     ] -widgetFileJsCss :: (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("cassius", cassiusFileReload)-                -> (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("julius", juliusFileReload)+widgetFileJsCss :: (String, FilePath -> Q Exp) -- ^ JavaScript file extenstion and loading function. example: ("julius", juliusFileReload)+                -> (String, FilePath -> Q Exp) -- ^ Css file extenstion and loading function. example: ("cassius", cassiusFileReload)                 -> FilePath -> Q Exp widgetFileJsCss (jsExt, jsLoad) (csExt, csLoad) x = combine "widgetFileJsCss" x     [ whenExists x False "hamlet"  whamletFile
yesod-default.cabal view
@@ -1,5 +1,5 @@ name:            yesod-default-version:         1.0.0+version:         1.0.1 license:         MIT license-file:    LICENSE author:          Patrick Brisbin