[commit: packages/haskeline] : Fix build on Win32: missing import of Applicative. (c5d6e57)

git at git.haskell.org git at git.haskell.org
Sun Mar 22 07:18:00 UTC 2015


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

On branch  : 
Link       : http://git.haskell.org/packages/haskeline.git/commitdiff/c5d6e578856abbf1825f2abb3b86d7d8e4bddbb9

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

commit c5d6e578856abbf1825f2abb3b86d7d8e4bddbb9
Author: Judah Jacobson <judah.jacobson at gmail.com>
Date:   Sat Mar 21 18:51:45 2015 -0700

    Fix build on Win32: missing import of Applicative.


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

c5d6e578856abbf1825f2abb3b86d7d8e4bddbb9
 System/Console/Haskeline/Backend/Win32.hsc | 1 +
 1 file changed, 1 insertion(+)

diff --git a/System/Console/Haskeline/Backend/Win32.hsc b/System/Console/Haskeline/Backend/Win32.hsc
index d0a594f..61c9ab2 100644
--- a/System/Console/Haskeline/Backend/Win32.hsc
+++ b/System/Console/Haskeline/Backend/Win32.hsc
@@ -14,6 +14,7 @@ import Data.List(intercalate)
 import Control.Concurrent hiding (throwTo)
 import Data.Char(isPrint)
 import Data.Maybe(mapMaybe)
+import Control.Applicative
 import Control.Monad
 
 import System.Console.Haskeline.Key



More information about the ghc-commits mailing list