From: Ian Lynagh Date: Wed, 11 Apr 2007 15:57:21 +0000 (+0000) Subject: Don't turn on -Werror in Data.Fixed X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;ds=sidebyside;h=9720539ae57f678a632abfdda83f67d24ea2495d;p=haskell-directory.git Don't turn on -Werror in Data.Fixed This may be responsible for the x86_64/Linux nightly build failing. --- 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 #-} ----------------------------------------------------------------------------- -- |