I'm trying using Eclipse with the EclipseFP plugin to develop a simple application in Haskell using Fay.
For some reason Fay modules are not showing up in the IDE's autocompletion. For example, if I type import. and hit ctrl-space a list of modules appears but none of the Language.Fay.* modules are amongst them.
fay is listed in the build-depends section of my project's .cabal file, and the source compiles absolutely fine with GHC.