cleanup
This commit is contained in:
parent
5a7f6c7eb9
commit
8c52aad913
3 changed files with 3 additions and 4 deletions
|
@ -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)
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue