[commit: packages/Win32] depend-os-windows, fix-appveyor-curl-ussue, master, win32-2.5.4.1-ghc-8.2: Update Input.hsc (#72) (716c9a3)

git at git.haskell.org git at git.haskell.org
Mon Apr 17 21:28:28 UTC 2017


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

On branches: depend-os-windows,fix-appveyor-curl-ussue,master,win32-2.5.4.1-ghc-8.2
Link       : http://git.haskell.org/packages/Win32.git/commitdiff/716c9a3e97611aea3a0a907ba80fe9c11e1afc7f

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

commit 716c9a3e97611aea3a0a907ba80fe9c11e1afc7f
Author: Tamar Christina <Mistuke at users.noreply.github.com>
Date:   Wed Jan 25 12:46:52 2017 +0000

    Update Input.hsc (#72)
    
    remove redundant import


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

716c9a3e97611aea3a0a907ba80fe9c11e1afc7f
 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