[commit: packages/old-time] master: Drop redundant/obsolete pragmas (52e3167)
git at git.haskell.org
git at git.haskell.org
Thu Oct 24 10:16:02 UTC 2013
Repository : ssh://git@git.haskell.org/old-time
On branch : master
Link : http://git.haskell.org/packages/old-time.git/commitdiff/52e316755d02e588004fcfad907e6be120952dae
>---------------------------------------------------------------
commit 52e316755d02e588004fcfad907e6be120952dae
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Thu Oct 24 11:15:33 2013 +0200
Drop redundant/obsolete pragmas
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
52e316755d02e588004fcfad907e6be120952dae
System/Time.hsc | 2 --
1 file changed, 2 deletions(-)
diff --git a/System/Time.hsc b/System/Time.hsc
index 164cf8b..7d8875c 100644
--- a/System/Time.hsc
+++ b/System/Time.hsc
@@ -1,5 +1,3 @@
-{-# LANGUAGE CPP #-}
-{-# OPTIONS_GHC -fno-warn-unused-binds #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Trustworthy #-}
#endif
More information about the ghc-commits
mailing list