[commit: ghc] master: win32/base: Remove redundant import (48ba1e5)
git at git.haskell.org
git at git.haskell.org
Thu Mar 19 21:00:02 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/48ba1e5378f908cd4a4c90592b388ae77cac302f/ghc
>---------------------------------------------------------------
commit 48ba1e5378f908cd4a4c90592b388ae77cac302f
Author: Austin Seipp <austin at well-typed.com>
Date: Thu Mar 19 15:59:20 2015 -0500
win32/base: Remove redundant import
This causes ./validate to trip -Werror on Windows.
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
48ba1e5378f908cd4a4c90592b388ae77cac302f
libraries/base/GHC/Conc/Windows.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/libraries/base/GHC/Conc/Windows.hs b/libraries/base/GHC/Conc/Windows.hs
index b77945f..16112cd 100644
--- a/libraries/base/GHC/Conc/Windows.hs
+++ b/libraries/base/GHC/Conc/Windows.hs
@@ -39,7 +39,6 @@ module GHC.Conc.Windows
) where
import Data.Bits (shiftR)
-import Data.Typeable
import GHC.Base
import GHC.Conc.Sync
import GHC.Enum (Enum)
More information about the ghc-commits
mailing list