RE: error: Iface type variable out of scope:

2009-04-15 Thread Simon Peyton-Jones
.@gmail.com] On Behalf Of David | Roundy | Sent: 15 April 2009 17:42 | To: Simon Peyton-Jones | Cc: cvs-ghc@haskell.org | Subject: Re: error: Iface type variable out of scope: | | I've just tried doing the same compile with ghc 6.10, and it doesn't | run into the same issue. Would you stil

Re: error: Iface type variable out of scope:

2009-04-15 Thread David Roundy
> > Oh: use -dcore-lint. That often nails the error much earlier > > Simon > > | -Original Message- > | From: cvs-ghc-boun...@haskell.org [mailto:cvs-ghc-boun...@haskell.org] On > Behalf Of > | David Roundy > | Sent: 15 April 2009 15:02 > | To: cvs-ghc@haskel

RE: error: Iface type variable out of scope:

2009-04-15 Thread Simon Peyton-Jones
d Roundy | Sent: 15 April 2009 15:02 | To: cvs-ghc@haskell.org | Subject: error: Iface type variable out of scope: | | Hello ghc folks, | | I'm getting the following error compiling darcs: | | [ghc] src/Darcs/Repository/HashedRepo.hs | src/Darcs/Patch/Set.hi | Declaration for a: | Iface type va

error: Iface type variable out of scope:

2009-04-15 Thread David Roundy
Hello ghc folks, I'm getting the following error compiling darcs: [ghc] src/Darcs/Repository/HashedRepo.hs src/Darcs/Patch/Set.hi Declaration for a: Iface type variable out of scope: x10s Cannot continue after interface file error This is with the ghc 6.8.2 that is included in ubuntu Hardy He