[commit: packages/time] format-widths, ghc, master, tasty: SystemTime: -fno-warn-trustworthy-safe (c53e19e)
git at git.haskell.org
git at git.haskell.org
Fri Apr 21 16:56:36 UTC 2017
Repository : ssh://git@git.haskell.org/time
On branches: format-widths,ghc,master,tasty
Link : http://git.haskell.org/packages/time.git/commitdiff/c53e19e79457e485ffa56607b5fd4b463a738880
>---------------------------------------------------------------
commit c53e19e79457e485ffa56607b5fd4b463a738880
Author: Ashley Yakeley <ashley at yakeley.org>
Date: Sun Jan 15 18:05:44 2017 -0800
SystemTime: -fno-warn-trustworthy-safe
>---------------------------------------------------------------
c53e19e79457e485ffa56607b5fd4b463a738880
lib/Data/Time/Clock/Internal/SystemTime.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/lib/Data/Time/Clock/Internal/SystemTime.hs b/lib/Data/Time/Clock/Internal/SystemTime.hs
index 5826263..2fa0012 100644
--- a/lib/Data/Time/Clock/Internal/SystemTime.hs
+++ b/lib/Data/Time/Clock/Internal/SystemTime.hs
@@ -1,3 +1,4 @@
+{-# OPTIONS -fno-warn-trustworthy-safe #-}
{-# LANGUAGE Trustworthy #-}
module Data.Time.Clock.Internal.SystemTime
(
More information about the ghc-commits
mailing list