[commit: packages/time] master, wip/travis: Remove -Wall and -Werror, they don't belong here (c46f680)
git at git.haskell.org
git at git.haskell.org
Sat May 7 06:45:47 UTC 2016
Repository : ssh://git@git.haskell.org/time
On branches: master,wip/travis
Link : http://git.haskell.org/packages/time.git/commitdiff/c46f680fc0d2eec0a2c85b344478010097bcb05a
>---------------------------------------------------------------
commit c46f680fc0d2eec0a2c85b344478010097bcb05a
Author: Simon Marlow <marlowsd at gmail.com>
Date: Thu Jun 19 07:12:19 2008 -0700
Remove -Wall and -Werror, they don't belong here
this fixes GHC HEAD right now, which generates a warning for -ffi.
darcs-hash:20080619141219-12142-2fdb57eb762347e667e8e5d1ed92e82afd5ef599
>---------------------------------------------------------------
c46f680fc0d2eec0a2c85b344478010097bcb05a
Data/Time/Clock/CTimeval.hs | 2 +-
Data/Time/LocalTime/TimeZone.hs | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/Data/Time/Clock/CTimeval.hs b/Data/Time/Clock/CTimeval.hs
index 8025bdb..0e83072 100644
--- a/Data/Time/Clock/CTimeval.hs
+++ b/Data/Time/Clock/CTimeval.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -ffi -Wall -Werror -cpp #-}
+{-# OPTIONS -ffi -cpp #-}
-- #hide
module Data.Time.Clock.CTimeval where
diff --git a/Data/Time/LocalTime/TimeZone.hs b/Data/Time/LocalTime/TimeZone.hs
index d80671e..81f15d3 100644
--- a/Data/Time/LocalTime/TimeZone.hs
+++ b/Data/Time/LocalTime/TimeZone.hs
@@ -1,4 +1,4 @@
-{-# OPTIONS -ffi -Wall -Werror #-}
+{-# OPTIONS -ffi #-}
-- #hide
module Data.Time.LocalTime.TimeZone
More information about the ghc-commits
mailing list