
8 Dec
2008
8 Dec
'08
11:49 a.m.
Hi,
I've just seen this from Distribution.ModuleName (ghc 6.10):
toFilePath $ ( simple "A.B.C" )
to which ghci answers: "A.B.C".
Shouldn't it say "A/B/C"? The reason why I'm asking is that I've
just created a Setup.hs with 'defaultMainNoRead', and 'Setup
build' complains it can't find A.B.C. When I copy (move doesn't
work) C.hs from