[commit: ghc] master: Fix windows validate. (ef37580)

git at git.haskell.org git at git.haskell.org
Wed Nov 30 08:56:09 UTC 2016


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/ef37580d16a23d1601795548b13b88b9f5373010/ghc

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

commit ef37580d16a23d1601795548b13b88b9f5373010
Author: Tamar Christina <tamar at zhox.com>
Date:   Wed Nov 30 08:55:42 2016 +0000

    Fix windows validate.


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

ef37580d16a23d1601795548b13b88b9f5373010
 compiler/main/DynFlags.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/main/DynFlags.hs b/compiler/main/DynFlags.hs
index 686fed0..c35834f 100644
--- a/compiler/main/DynFlags.hs
+++ b/compiler/main/DynFlags.hs
@@ -220,7 +220,6 @@ import System.Console.Terminfo (SetupTermError, Terminal, getCapability,
                                 setupTermFromEnv, termColors)
 import System.Posix (queryTerminal, stdError)
 #elif defined mingw32_HOST_OS
-import Foreign (Ptr, with, peek)
 import System.Environment (lookupEnv)
 import qualified Graphics.Win32 as Win32
 #endif



More information about the ghc-commits mailing list