[commit: ghc] ghc-7.10: libraries/base: Remove redundant import (feccb32)
git at git.haskell.org
git at git.haskell.org
Mon Mar 16 07:31:19 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.10
Link : http://ghc.haskell.org/trac/ghc/changeset/feccb32bd54e0d01d4393c0eeaf7da890760664a/ghc
>---------------------------------------------------------------
commit feccb32bd54e0d01d4393c0eeaf7da890760664a
Author: Austin Seipp <aseipp at pobox.com>
Date: Mon Mar 16 02:30:44 2015 -0500
libraries/base: Remove redundant import
Signed-off-by: Austin Seipp <aseipp at pobox.com>
>---------------------------------------------------------------
feccb32bd54e0d01d4393c0eeaf7da890760664a
libraries/base/GHC/Conc/Sync.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/libraries/base/GHC/Conc/Sync.hs b/libraries/base/GHC/Conc/Sync.hs
index 0c0f26b..eb70a5e 100644
--- a/libraries/base/GHC/Conc/Sync.hs
+++ b/libraries/base/GHC/Conc/Sync.hs
@@ -98,10 +98,6 @@ module GHC.Conc.Sync
import Foreign
import Foreign.C
-#ifdef mingw32_HOST_OS
-import Data.Typeable
-#endif
-
#ifndef mingw32_HOST_OS
import Data.Dynamic
#else
More information about the ghc-commits
mailing list