Skip to content
Snippets Groups Projects
Commit a97ea9fa authored by Herbert Valerio Riedel's avatar Herbert Valerio Riedel :man_dancing:
Browse files

Hide ($!) from GHC.Base

See also [b53c95fe621d3a66a82e6dad383e1c0c08f3871e/ghc]
parent 543642a0
No related branches found
No related tags found
No related merge requests found
...@@ -141,7 +141,7 @@ import "base" Data.Tuple ...@@ -141,7 +141,7 @@ import "base" Data.Tuple
#endif #endif
#ifdef __GLASGOW_HASKELL__ #ifdef __GLASGOW_HASKELL__
import GHC.Base import GHC.Base hiding ( ($!) )
-- import GHC.IO -- import GHC.IO
-- import GHC.IO.Exception -- import GHC.IO.Exception
import Text.Read import Text.Read
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment