Stack build finds not existing parse error

34 views
Skip to first unread message

Marin Luketin

unread,
Jan 20, 2018, 3:20:01 PM1/20/18
to Haskell-FER
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?

Luka Hadžiegrić

unread,
Jan 20, 2018, 4:03:15 PM1/20/18
to Haskell-FER
Sometimes when you load things with interpreter not every module gets re-compiled, so that might be why everything still works in ghci.

Can you copy-paste full error message from the console as well as related haskell code?
Reply all
Reply to author
Forward
0 new messages