[commit: packages/haskeline] ghc-head: Fix Windows Build. Manual merge from git.haskell.org/packages/haskeline.git Original patch by Edward Z. Yang <ezyang at mit.edu> (775d0f4)

git at git.haskell.org git at git.haskell.org
Sat Oct 12 20:06:53 UTC 2013


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

On branch  : ghc-head
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/775d0f428ff961f2c77786756927b827f7af8e9e

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

commit 775d0f428ff961f2c77786756927b827f7af8e9e
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Sat Oct 12 18:11:32 2013 +0000

    Fix Windows Build.
    Manual merge from git.haskell.org/packages/haskeline.git
    Original patch by Edward Z. Yang <ezyang at mit.edu>


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

775d0f428ff961f2c77786756927b827f7af8e9e
 System/Console/Haskeline/Backend/Win32.hsc |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/System/Console/Haskeline/Backend/Win32.hsc b/System/Console/Haskeline/Backend/Win32.hsc
index d54df2c..4447519 100644
--- a/System/Console/Haskeline/Backend/Win32.hsc
+++ b/System/Console/Haskeline/Backend/Win32.hsc
@@ -17,7 +17,7 @@ import Data.Maybe(mapMaybe)
 import Control.Monad
 
 import System.Console.Haskeline.Key
-import System.Console.Haskeline.Monads
+import System.Console.Haskeline.Monads hiding (Handler)
 import System.Console.Haskeline.LineState
 import System.Console.Haskeline.Term
 import System.Console.Haskeline.Backend.WCWidth



More information about the ghc-commits mailing list