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
|
) where
|
||||||
|
|
||||||
import Import
|
import Import
|
||||||
import Yesod.Static
|
|
||||||
import Yesod.Default.Config2
|
import Yesod.Default.Config2
|
||||||
import Yesod.Default.Handlers
|
import Yesod.Default.Handlers
|
||||||
import Database.Persist.Sql (runMigration)
|
import Database.Persist.Sql (runMigration)
|
||||||
|
|
|
@ -17,8 +17,6 @@
|
||||||
module Handler.RootFeed where
|
module Handler.RootFeed where
|
||||||
|
|
||||||
import Import
|
import Import
|
||||||
import Yesod
|
|
||||||
import Yesod.Static
|
|
||||||
import qualified Data.Text as T
|
import qualified Data.Text as T
|
||||||
import Data.Maybe
|
import Data.Maybe
|
||||||
import Data.Time
|
import Data.Time
|
||||||
|
|
|
@ -66,9 +66,11 @@ data AppSettings = AppSettings
|
||||||
-- Example app-specific configuration values.
|
-- Example app-specific configuration values.
|
||||||
, appCopyright :: Text
|
, appCopyright :: Text
|
||||||
-- ^ Copyright text to appear in the footer of the page
|
-- ^ Copyright text to appear in the footer of the page
|
||||||
|
, appCopyrightLink :: Text
|
||||||
|
-- ^ Link to Copyright
|
||||||
, appAnalytics :: Maybe Text
|
, appAnalytics :: Maybe Text
|
||||||
-- ^ Google Analytics code
|
-- ^ Google Analytics code
|
||||||
, appSignupBlocked :: Bool
|
, appSignupBlocked :: Bool
|
||||||
-- ^ block signup site
|
-- ^ block signup site
|
||||||
, appTos1 :: Text
|
, appTos1 :: Text
|
||||||
, appTos2 :: Text
|
, appTos2 :: Text
|
||||||
|
|
Loading…
Reference in a new issue