git-annex/Utility/Yesod.hs

18 lines
402 B
Haskell
Raw Normal View History

2012-07-27 02:54:31 +00:00
{- Yesod stuff, that's typically found in the scaffolded site.
-
- Copyright 2012 Joey Hess <joey@kitenet.net>
-
- Licensed under the GNU GPL version 3 or higher.
-}
module Utility.Yesod where
2012-07-27 02:54:31 +00:00
import Yesod.Default.Util
import Language.Haskell.TH.Syntax
2012-07-27 02:54:31 +00:00
widgetFile :: String -> Q Exp
widgetFile = widgetFileNoReload
hamletTemplate :: FilePath -> FilePath
2012-07-27 02:54:31 +00:00
hamletTemplate f = globFile "hamlet" f