[commit: packages/haskell2010] master: Hide ($!) from GHC.Base (afec9dc)

git at git.haskell.org git at git.haskell.org
Sat Sep 13 11:23:36 UTC 2014


Repository : ssh://git@git.haskell.org/haskell2010

On branch  : master
Link       : http://git.haskell.org/packages/haskell2010.git/commitdiff/afec9dc90b5a7c86093dcbf30fb3c56886aaa1c0

>---------------------------------------------------------------

commit afec9dc90b5a7c86093dcbf30fb3c56886aaa1c0
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 13 13:22:19 2014 +0200

    Hide ($!) from GHC.Base
    
    See also [b53c95fe621d3a66a82e6dad383e1c0c08f3871e/ghc]


>---------------------------------------------------------------

afec9dc90b5a7c86093dcbf30fb3c56886aaa1c0
 Prelude.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Prelude.hs b/Prelude.hs
index 21092e8..b9b3b45 100644
--- a/Prelude.hs
+++ b/Prelude.hs
@@ -140,7 +140,7 @@ import "base" Data.Tuple
 #endif
 
 #ifdef __GLASGOW_HASKELL__
-import GHC.Base
+import GHC.Base hiding ( ($!) )
 -- import GHC.IO
 -- import GHC.IO.Exception
 import Text.Read



More information about the ghc-commits mailing list