yesod/Yesod/Resource.hs
2010-04-11 11:40:17 -07:00

17 lines
407 B
Haskell

---------------------------------------------------------
--
-- Module : Yesod.Resource
-- Copyright : Michael Snoyman
-- License : BSD3
--
-- Maintainer : Michael Snoyman <michael@snoyman.com>
-- Stability : Stable
-- Portability : portable
--
-- Defines the ResourceName class.
--
---------------------------------------------------------
module Yesod.Resource
(
) where