[commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Remove -Wall and -Werror, they don't belong here (c46f680)
git at git.haskell.org
git at git.haskell.org
Mon Feb 20 21:13:12 UTC 2017
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Bump version to 1.1.2.1 (71f2aa9)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Change "accuracy" to "precision". (cc3dae0)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,improve-leapseconds,master,posix-perf,tasty,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
- Previous message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Bump version to 1.1.2.1 (71f2aa9)
- Next message: [commit: packages/time] format-widths, improve-leapseconds, master, posix-perf, tasty, wip/travis: Change "accuracy" to "precision". (cc3dae0)
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the ghc-commits
mailing list