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

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

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

commit 775d0f428ff961f2c77786756927b827f7af8e9e
Author: Judah Jacobson <judah.jacob...@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 <ezy...@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

_______________________________________________
ghc-commits mailing list
ghc-commits@haskell.org
http://www.haskell.org/mailman/listinfo/ghc-commits

Reply via email to