You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reform-blaze doesn't seem to play well with applicativeDo (from GHC 8).
Just adding {-# LANGUAGE ApplicativeDo #-} to a code containing reform forms makes the happstack server to return a blank page.
reform-blaze doesn't seem to play well with applicativeDo (from GHC 8).
Just adding
{-# LANGUAGE ApplicativeDo #-}to a code containingreformforms makes the happstack server to return a blank page.