Problem doing mkdependC bit in gmake boot

1999-12-15 Thread George Russell
I've just returned from holiday, so probably I shall have a daily bug for some time until my overnight GHC build works without trouble. Here is the first. (from /fptools) gmake boot results in the following problem, with latest sources of everything. I've no idea where "GHC@" comes from,

Overlapping LHS and unused imports

1999-12-15 Thread Sven Panne
Sometimes the current GHC from the repository prints incorrect warnings. Example: --- module Foo where bar :: String - Int bar "ab" = 1 bar "c" = 2 bar _= 3 baz :: String - Int baz ('a':'b':[]) = 1 baz ('c':[]) = 2 baz _= 3

Re: Still problems with non-blocking I/O?

1999-12-15 Thread Michael Weber
On Mon, Dec 06, 1999 at 11:34:22 +0900, Manuel M. T. Chakravarty wrote: Moin GHC Hackers, I think there is still a problem with non-blocking I/O hosing some shells on abnormal program termination. This is on Linux, using bash and the latest sources from CVS. [...] This bug is quite