11 Aug
2008
11 Aug
'08
7:33 p.m.
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). Thanks Ian