Re: .hi error (probably)

1999-01-05 Thread David Barton
Nah, not as long as I know about it. Thanks a million; I'll change things as necessary. Perhaps a line in the user's manual might help --- it wasn't clear to me from reading it that modules that inherit non-standard modules must also use the appropriate flags. Come to think of it, this is the k

RE: .hi error (probably)

1999-01-05 Thread Simon Peyton-Jones
> Got a strange one. I am compiling two files using GHC, one of which > depends on the other. The first compiles just fine, but the second > compile gives an error on the *hi* file of the first. Specifically: > > dlb@hudson temp]$ ghc -c -fallow-undecidable-instances > -fglasgow-exts -fallow

.hi error (probably)

1999-01-04 Thread David Barton
Got a strange one. I am compiling two files using GHC, one of which depends on the other. The first compiles just fine, but the second compile gives an error on the *hi* file of the first. Specifically: dlb@hudson temp]$ ghc -c -fallow-undecidable-instances -fglasgow-exts -fallow-overlapping-