bootstrap openbsd powerpc - continues

2009-04-14 Thread Jake L
Okay, I worked through the .h issue(it was late at night), but wasn't able to make headway with 6.6.1(exception type ambiguities), so I switched platforms and downgraded to earlier versions: take 2 -- target = powerpc-unknown-openbsd host = i386-unknown-linux with a running ghc 6.4.2

RE: [Haskell] deriving Show for GADT?

2009-04-14 Thread Simon Peyton-Jones
Yes, indeed, see http://hackage.haskell.org/trac/ghc/ticket/3012 Incidentally, the main Haskell list isn't the right place for GHC-specific questions. glasgow-haskell-users@haskell.org is the place Simon | -Original Message- | From: haskell-boun...@haskell.org

Re: [Haskell] deriving Show for GADT?

2009-04-14 Thread Lennart Augustsson
If it's easy I think just generating the code and let the type checker report any problems would be a great thing for standalone deriving. -- Lennart On Tue, Apr 14, 2009 at 10:10 AM, Simon Peyton-Jones simo...@microsoft.com wrote: Yes, indeed, see

Re: failure implementing :next command in ghci

2009-04-14 Thread Peter Hercek
Hi, Pepe Iborra pointed out that my patch is not in the right format for gnu patch command. Sorry for inconvenience (I used darcs what -u instead of darcs diff -u). Here it is attached in the correct format. Thanks, Peter. diff -rN -u old-ghc/compiler/main/InteractiveEval.hs

Re: where is ghcautoconf.h, DerivedConstants.h and GHCConstants.h

2009-04-14 Thread Ian Lynagh
Hi Jake, On Mon, Apr 13, 2009 at 03:58:42AM -0400, Jake L wrote: following wiki to make an unregistered build of ghc 6.6.1 on openbsd-powerpc-current target= powerpc_unknown_openbsd host = x86_64_unknown_linux with ghc-6.10.2 You'll probably need to use 6.6.1 on the host.