11 Aug
2008
11 Aug
'08
10:38 p.m.
On Tue, 2008-08-12 at 00:33 +0100, Ian Lynagh wrote:
On Mon, Aug 11, 2008 at 12:16:08PM +0100, Duncan Coutts wrote:
Who is responsible for the time/ library?
I think we should not build the non-core libs with -Werror.
We don't, but:
$ head -1 time/Data/Time/Calendar/Gregorian.hs {-# OPTIONS -Wall -Werror #-}
(in actual fact, we don't even build GHC/bootlibs with -Werror except when validating).
Ah, so that's the culprit. Duncan