Hi,

In ghc 6.4 using -M mode it appears to be stricter when parsing the
files looking for dependencies. In particular importing things with '#'
suffixes eg:

import GHC.Really.Really.Internal.Dont.Touch (unsafeNastyThing#)

did not require the -fglasgow-exts option. In ghc 6.4 it does require
this (which is not unreasonable).

However then it does not look at the {-# OPTIONS -fglasgow-exts #-}
pragma at the top of the file.

I'll go fix my build system to always supply -fglasgow-exts when
calculating dependencies.

Duncan

_______________________________________________
Glasgow-haskell-bugs mailing list
Glasgow-haskell-bugs@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-bugs

Reply via email to