Closed hvr closed 7 years ago
Thanks for pointing this out. I had specified a specific version of a package in my stack.yaml, but didn't add it to the cabal file.
I've pushed a new version of rasa to hackage which (hopefully) solves that issue. Is there a place where I can see these build matrices for my packages in general? Or perhaps even where I can get email notifications about it?
I noticed that recent
rasa
versions run into compile failures, see e.g. http://104.239.175.197:8080/package/rasaThe following error is simply because older GHC versions' lexer have problems when a line starts (without any preceding whitespace) with the
#-}
end marker.