This commit is contained in:
nek0 2015-08-24 16:50:07 +02:00
parent 5a7f6c7eb9
commit 8c52aad913
3 changed files with 3 additions and 4 deletions

View file

@ -23,7 +23,6 @@ module Application
) where
import Import
import Yesod.Static
import Yesod.Default.Config2
import Yesod.Default.Handlers
import Database.Persist.Sql (runMigration)

View file

@ -17,8 +17,6 @@
module Handler.RootFeed where
import Import
import Yesod
import Yesod.Static
import qualified Data.Text as T
import Data.Maybe
import Data.Time

View file

@ -66,6 +66,8 @@ data AppSettings = AppSettings
-- Example app-specific configuration values.
, appCopyright :: Text
-- ^ Copyright text to appear in the footer of the page
, appCopyrightLink :: Text
-- ^ Link to Copyright
, appAnalytics :: Maybe Text
-- ^ Google Analytics code
, appSignupBlocked :: Bool