I am trying to compile haskell to JS using Fay with one directory after the --include
option like so:
fay --include src\Tmv src\Tmv\Client\Main.hs
There is a SharedTypes.hs file in src\Tmv which defines a module Tmv.SharedTypes
that is used in Client\Main.hs. I get the following error:
Could not find module "Tmv.SharedTypes". Use -v to see a list of files searched for.
The -v option does not work. I have tried several variations of the parameters, eg. absolute paths, quotation marks, escaped (double) backslashes.
Configuration: fay 0.10.1.0, ghc 7.4.2 (i386), Windows 7 x64