ghc-6.2.1 incorrectly reporting duplicate instance declarations

2004-04-08 Thread George Russell
When I have a collection of files to compile and (1) I use --make to compile them together; (2) they are recursive it works the first time, but when I try to compile them the second time I get messages about bogus duplicate instance declarations, for example: Skipping GlobalRegistry (

RE: ghc-6.2.1 incorrectly reporting duplicate instance declarations

2004-04-08 Thread Simon Peyton-Jones
| When I have a collection of files to compile and | (1) I use --make to compile them together; | (2) they are recursive | it works the first time, but when I try to compile them the | second time I get messages about bogus duplicate instance | declarations, for example: | | Skipping