Open cies opened 9 years ago
I fixed it by changing fromString
into pack
. They should be equivalent according to the fay-text
code. I suspect it has something to do with the OverloadedStrings
pragma that I have set on that file.
Hi @cies,
Is it still actual?
Thanks, Andrey
Just some input, I just ran into this issue and was able to resolve it by using pack
instead of fromString
as well.
When trying to compile, with Haskell LTS 1.15's Fay, some Haskell code that used to work with
fay 0.20
andfay-text 0.3.0.2
, I got the following error:I tried to qualify the import of
Text
toT
, but then the relevant line of the error message changed to:Thereby I knew I was at the right point, because the error did not show a line number.