Re: Parallel build broken

2010-09-30 Thread Florian Weimer
* Ian Lynagh: > On Thu, Sep 30, 2010 at 08:13:01PM +0200, Florian Weimer wrote: >> says that >> parallel builds are supported, but this doesn't seem to be true >> anymore. > > It's still true. If you're having problems, please file a tick

Re: Parallel build broken

2010-09-30 Thread Ian Lynagh
On Thu, Sep 30, 2010 at 08:13:01PM +0200, Florian Weimer wrote: > says that > parallel builds are supported, but this doesn't seem to be true > anymore. It's still true. If you're having problems, please file a ticket. Thanks Ian _

Parallel build broken

2010-09-30 Thread Florian Weimer
says that parallel builds are supported, but this doesn't seem to be true anymore. This is a bit unfortunate because in theory, builds should parallelize quite well. ___ Glasgow-haskell-users ma

RE: GHC 7.0.1 rc1: Could not deduce ( Typeable a) from the context (Typeable a, …)

2010-09-30 Thread Simon Peyton-Jones
Thank you! I can reproduce it. It is a truly egregious error. It will be fixed. Simon | -Original Message- | From: glasgow-haskell-users-boun...@haskell.org [mailto:glasgow-haskell-users- | boun...@haskell.org] On Behalf Of Malte Sommerkorn | Sent: 30 September 2010 15:55 | To:

report on 7.01-pre

2010-09-30 Thread Serge D. Mechveliani
Dear GHC developers, http://botik.ru/pub/local/Mechveliani/ghcBugs/ghc701preBug.zip contains a bug report on ghc-7.0.0.20100924 tested on Debian Linux, i386-family. Its essence is as follows. At the fragment of -

Re: GHC 7.0.1 rc1: Could not deduce (Typeable a) fr om the context (Typeable a, …)

2010-09-30 Thread Malte Sommerkorn
Simon Peyton-Jones wrote: > Oh dear, that really is quite a strange error message. Something is > definitely wrong. Can you please make a ticket for it, and include > instructions on how to reproduce it? Done: http://hackage.haskell.org/trac/ghc/ticket/4355 > I gather that it depends on other pa

Re: testing 7.01-pre

2010-09-30 Thread Serge D. Mechveliani
On Thu, Sep 30, 2010 at 02:13:49AM +, Simon Peyton-Jones wrote: > | (2) ghc-6.12.2 compiles docon-2.11 > | (download it via http://haskell.org/ghc/docon/ > | and follow install.txt > | ) > > I get "Not found" when following http://haskell.org/ghc/docon > > Simon > Sorry