[commit: packages/haskell98] master: Drop redundant `-fno-warn-deprecations` (0e2e092)
git at git.haskell.org
git at git.haskell.org
Sat Oct 26 20:57:29 UTC 2013
Repository : ssh://git@git.haskell.org/haskell98
On branch : master
Link : http://git.haskell.org/packages/haskell98.git/commitdiff/0e2e0928d8981d0afa5ec94a9d62293e981584e4
>---------------------------------------------------------------
commit 0e2e0928d8981d0afa5ec94a9d62293e981584e4
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date: Sat Oct 26 21:54:35 2013 +0200
Drop redundant `-fno-warn-deprecations`
Doesn't seem to have any effect with GHC HEAD.
Signed-off-by: Herbert Valerio Riedel <hvr at gnu.org>
>---------------------------------------------------------------
0e2e0928d8981d0afa5ec94a9d62293e981584e4
IO.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/IO.hs b/IO.hs
index d1e9708..4e647f0 100644
--- a/IO.hs
+++ b/IO.hs
@@ -1,4 +1,3 @@
-{-# OPTIONS_GHC -fno-warn-deprecations #-}
#if __GLASGOW_HASKELL__ >= 701
{-# LANGUAGE Safe #-}
#endif
More information about the ghc-commits
mailing list