faylang/fay-jquery

Typechecking failure

Closed this issue · 1 comments

> ghc -fno-code -hide-package base -package fay-base -cpp -DFAY=1 -main-is Language.Fay.DummyMain -i. src/Language/Fay/JQuery.hs
[1 of 1] Compiling Language.Fay.JQuery ( src/Language/Fay/JQuery.hs, nothing )

src/Language/Fay/JQuery.hs:159:18:
    lexical error in string/character literal at character '('

This is caused by the combination of line breaks in strings -cpp but why would GHC treat the file differently when there is no CPP involved?

This was fixed in fay 0.17.