
19 Feb
2007
19 Feb
'07
7:52 a.m.
Marc Weber wrote:
test.hs:2:0: Bad interface file: /usr/local/lib/mwutil-0.1/ghc-6.6/MW/OldNew.hi Something is amiss; requested module mwutil-0.1:MW.OldNew differs from name found in the interface file mwutil:MW.OldNew
The package has been compiled with '-package-name mwutil', but for GHC 6.6 you want '-package-name mwutil-0.1'. I suspect that you might be using an old version of Cabal - it was fixed to do this in the version shipped with 6.6, but older versions might not work correctly. Recompile your setup script? Cheers, Simon