8 lines
195 B
Haskell
8 lines
195 B
Haskell
-- | This module contains nothing import, it just re-exports @Yesod@. It is
|
|
-- provided simply to make this a complete package.
|
|
module Yesod.Platform
|
|
( module Yesod
|
|
) where
|
|
|
|
import Yesod
|