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
GHC returned a result but said [GhcError {errMsg = "src/Site.hs":14:0:\n error: missing binary operator before token \"(\"\n #if MIN_VERSION_base(4,8,0)\n ^"}]
the example you can use is a minimal snap setup as I referred to in issue #11tmp , just add the CPP-paragraph from above in Site.hs.
The text was updated successfully, but these errors were encountered:
I am including cpp-statements to get rid of the warnings introduced by Applicative moving into base
so if I put
in some module I get the following runtime-error:
the example you can use is a minimal snap setup as I referred to in issue #11 tmp , just add the CPP-paragraph from above in
Site.hs
.The text was updated successfully, but these errors were encountered: