When I try to build project with stack, stack build says there is "parse error (possibly incorrect indentation or mismatched brackets)"
Parse error is on blaze's H.body element.
The thing is, when I use "stack ghci" it compiles with no warnings and no errors, and everything works fine.
Does anyone know solution to this problem?