17 lines
407 B
Haskell
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
|