On Fri, Mar 20, 2009 at 09:33:07AM +0100, José Pedro Magalhães wrote: > > Bad interface file: C:\Program Files > (x86)\Haskell\syb-0.2.0.0\ghc-6.10.1\Data\Generics.hi > Something is amiss; requested module syb:Data.Generics differs from > name found in the interface file syb-0.2.0.0:Data.Generics > Failed, modules loaded: none. > > What is the problem here?
What does ghc --show-iface "C:\Program Files (x86)\Haskell\syb-0.2.0.0\ghc-6.10.1\Data\Generics.hi" say? Also, if you add -v to the commandline that is going wrong then what does it say that syb is being mapped to? Thanks Ian _______________________________________________ Glasgow-haskell-users mailing list [email protected] http://www.haskell.org/mailman/listinfo/glasgow-haskell-users
