ghc HEAD 'make html' problems

2005-02-01 Thread Peter Simons
I can't build the library's Haddock documentation anymore:
the process fails claiming that Control/Arrow-raw.hs would
be missing. I've had this problem for a while now. Does
anybody else see this?

Peter

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ghc HEAD 'make html' problems

2005-02-01 Thread Ben Horsfall
On 01 Feb 2005 10:32:14 +0100, Peter Simons <[EMAIL PROTECTED]> wrote:
> I can't build the library's Haddock documentation anymore:
> the process fails claiming that Control/Arrow-raw.hs would
> be missing. I've had this problem for a while now. Does
> anybody else see this?

Yes, I do too. No solution, but observe that if you do this:

cd libraries/base
make Control/Arrow-raw.hs

No Arrow-raw.hs file is created, although there is no error either.

Ben
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: ghc HEAD 'make html' problems

2005-02-01 Thread Simon Marlow
On 01 February 2005 10:33, Ben Horsfall wrote:

> On 01 Feb 2005 10:32:14 +0100, Peter Simons <[EMAIL PROTECTED]> wrote:
>> I can't build the library's Haddock documentation anymore:
>> the process fails claiming that Control/Arrow-raw.hs would
>> be missing. I've had this problem for a while now. Does
>> anybody else see this?
> 
> Yes, I do too. No solution, but observe that if you do this:
> 
> cd libraries/base
> make Control/Arrow-raw.hs
> 
> No Arrow-raw.hs file is created, although there is no error either.

This was due to a bug in GHC introduced a few days ago and fixed
yesterday.  Please try again.

Cheers,
Simon
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


Re: ghc HEAD 'make html' problems

2005-02-01 Thread Peter Simons
Simon Marlow writes:

 > This was due to a bug in GHC introduced a few days ago
 > and fixed yesterday. Please try again.

I have tried again moments ago: same problem.

Peter

___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users


RE: ghc HEAD 'make html' problems

2005-02-02 Thread Simon Marlow
On 01 February 2005 23:59, Peter Simons wrote:

> Simon Marlow writes:
> 
>  > This was due to a bug in GHC introduced a few days ago
>  > and fixed yesterday. Please try again.
> 
> I have tried again moments ago: same problem.

Sorry, should be fixed now.

Cheers,
Simon
___
Glasgow-haskell-users mailing list
Glasgow-haskell-users@haskell.org
http://www.haskell.org/mailman/listinfo/glasgow-haskell-users