> module Bar where
>
> data Foobar

$ ghc -fglasgow-exts --make Bar.hs
Chasing modules from: Bar.hs
Compiling Bar              ( Bar.hs, Bar.o )
WARNING: tyConArgVrc info inaccurate due to unavailable constructors.
         Use -fno-prune-tydecls to fix.

The warning doesn't seem to cause any further problems, but it sounds scary. And there is no "-fno-prune-tydecls". Happens with the HEAD.

Cheers,

Wolfgang

_______________________________________________
Cvs-ghc mailing list
[EMAIL PROTECTED]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to