diff --git a/Makefile b/Makefile index 4392d73..99a565e 100644 --- a/Makefile +++ b/Makefile @@ -56,7 +56,7 @@ ghcid: dev-deps: stack install ghcid -reset-database: destroy-create-db migration fixtures +reset-database: create-db-user destroy-create-db migration fixtures reset-data: truncate-tables fixtures diff --git a/src/Application.hs b/src/Application.hs index c4ec762..4597171 100644 --- a/src/Application.hs +++ b/src/Application.hs @@ -44,6 +44,7 @@ import System.Log.FastLogger (defaultBufSize, newStdoutLoggerSet, import Handler.Admin import Handler.Abstract import Handler.Auth +import Handler.Conference.Roles import Handler.Home import Helpers.Email diff --git a/src/Foundation.hs b/src/Foundation.hs index 30e8af4..6d5dace 100644 --- a/src/Foundation.hs +++ b/src/Foundation.hs @@ -39,7 +39,6 @@ instance Yesod App where defaultLayout w = do p <- widgetToPageContent w - msgs <- getMessages let pt = pageTitle p title = case renderHtml pt of "" -> "Moot" @@ -52,8 +51,6 @@ instance Yesod App where