Skip to content

Commit

Permalink
Merge pull request #200 from voidus/postgres
Browse files Browse the repository at this point in the history
Update comment to reflect the current state of yesod
  • Loading branch information
snoyberg authored Apr 26, 2020
2 parents 8d63dac + ea1e9f4 commit a9e866c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Foundation.hs
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ data MenuTypes
-- http://www.yesodweb.com/book/scaffolding-and-the-site-template#scaffolding-and-the-site-template_foundation_and_application_modules
--
-- This function also generates the following type synonyms:
-- type Handler = HandlerT App IO
-- type Widget = WidgetT App IO ()
-- type Handler = HandlerFor App
-- type Widget = WidgetFor App ()
mkYesodData "App" $(parseRoutesFile "config/routes")

-- | A convenient synonym for creating forms.
Expand Down

0 comments on commit a9e866c

Please sign in to comment.