[commit: ghc] master: Fix validate fallout (b1f4356)
git at git.haskell.org
git at git.haskell.org
Mon Jul 28 14:38:24 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/b1f43562dfd4be70377b360c0c377d81345ada2b/ghc
>---------------------------------------------------------------
commit b1f43562dfd4be70377b360c0c377d81345ada2b
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jul 28 09:29:08 2014 -0500
Fix validate fallout
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
b1f43562dfd4be70377b360c0c377d81345ada2b
libraries/base/System/IO.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/libraries/base/System/IO.hs b/libraries/base/System/IO.hs
index 60514e1..5cd0351 100644
--- a/libraries/base/System/IO.hs
+++ b/libraries/base/System/IO.hs
@@ -241,7 +241,6 @@ import GHC.IO.Handle
import GHC.IO.Handle.Text ( hGetBufSome, hPutStrLn )
import GHC.IO.Exception ( userError )
import GHC.IO.Encoding
-import GHC.Num
import Text.Read
import GHC.Show
import GHC.MVar
More information about the ghc-commits
mailing list