[commit: packages/Win32] Mistuke-fix-build: Update Input.hsc (f64f615)
git at git.haskell.org
git at git.haskell.org
Mon Apr 17 21:28:26 UTC 2017
Repository : ssh://git@git.haskell.org/Win32
On branch : Mistuke-fix-build
Link : http://git.haskell.org/packages/Win32.git/commitdiff/f64f61548f5f36dfbb9d9bbb18f528a7aab395ec
>---------------------------------------------------------------
commit f64f61548f5f36dfbb9d9bbb18f528a7aab395ec
Author: Tamar Christina <Mistuke at users.noreply.github.com>
Date: Wed Jan 25 12:37:18 2017 +0000
Update Input.hsc
remove redundant import
>---------------------------------------------------------------
f64f61548f5f36dfbb9d9bbb18f528a7aab395ec
System/Win32/Automation/Input.hsc | 1 -
1 file changed, 1 deletion(-)
diff --git a/System/Win32/Automation/Input.hsc b/System/Win32/Automation/Input.hsc
index a1b36fc..7f6dd59 100644
--- a/System/Win32/Automation/Input.hsc
+++ b/System/Win32/Automation/Input.hsc
@@ -25,7 +25,6 @@ import Graphics.Win32.Key ( VKey, c_MapVirtualKey )
import System.Win32.Automation.Input.Key
import System.Win32.Automation.Input.Mouse ( MOUSEINPUT )
import System.Win32.Automation.Input.Mouse hiding ( MOUSEINPUT(..) )
-import qualified System.Win32.Automation.Input.Mouse
import System.Win32.Types ( UINT, LPARAM, failIfZero )
import System.Win32.Word ( DWORD, WORD )
More information about the ghc-commits
mailing list