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

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


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

On branch  : master
Link       : http://git.haskell.org/packages/haskell98.git/commitdiff/a97ea9fa765b4d8afe44d92470519719a4ede295

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

commit a97ea9fa765b4d8afe44d92470519719a4ede295
Author: Herbert Valerio Riedel <hvr at gnu.org>
Date:   Sat Sep 13 13:23:53 2014 +0200

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


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

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

diff --git a/Prelude.hs b/Prelude.hs
index 4c69a63..f947e7e 100644
--- a/Prelude.hs
+++ b/Prelude.hs
@@ -141,7 +141,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