From 9720539ae57f678a632abfdda83f67d24ea2495d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Wed, 11 Apr 2007 15:57:21 +0000 Subject: [PATCH] Don't turn on -Werror in Data.Fixed This may be responsible for the x86_64/Linux nightly build failing. --- Data/Fixed.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Data/Fixed.hs b/Data/Fixed.hs index 2b4fb26..691a935 100644 --- a/Data/Fixed.hs +++ b/Data/Fixed.hs @@ -1,4 +1,4 @@ -{-# OPTIONS -Wall -Werror -fno-warn-unused-binds #-} +{-# OPTIONS -Wall -fno-warn-unused-binds #-} ----------------------------------------------------------------------------- -- | -- 1.7.10.4