> Consider the following two Modules:
> 
> File A.lhs:
> ==============
> > module A where
> 
> > data A a = MkA a
> ==============
> 
> File B.lhs:
> ==============
> > module B where
> 
> > import qualified A
> 
> > type A a = A.A a    --- Problem!
> ==============
> 
> ghc-4.03 (current sources) complains while compiling B.lhs:
> 
> B.lhs:5: parse error on input `.'

Fixed, thanks for the report.

Cheers,
        Simon

Reply via email to