yesodweb / yesodweb.com-content

Content for the www.yesodweb.com site
http://www.yesodweb.com/
Other
67 stars 112 forks source link

fix compile error #201

Closed jonschoning closed 6 years ago

jonschoning commented 6 years ago

    • The constructor ‘YesodRunnerEnv’ should have 5 arguments, but has been given 4
    • In the pattern: YesodRunnerEnv _logger site _sessionBackend _
      In an equation for ‘yesodDispatch’:
          yesodDispatch
            (YesodRunnerEnv _logger site _sessionBackend _)
            _req
            sendResponse
            = sendResponse
                $ responseBuilder
                    status200
                    [("Content-Type", "text/html")]
                    (renderHtmlBuilder $ welcomeMessage site)
      In the instance declaration for ‘YesodDispatch App’
   |
29 |   yesodDispatch (YesodRunnerEnv _logger site _sessionBackend _) _req sendResponse =
   |                  ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^