[commit: ghc] master: Fix 7.10 validate (60120d2)

git at git.haskell.org git at git.haskell.org
Sun Aug 30 16:46:15 UTC 2015


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/60120d2848ce05de6cb152429cf7d4116c6b4528/ghc

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

commit 60120d2848ce05de6cb152429cf7d4116c6b4528
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date:   Sun Aug 30 18:30:51 2015 +0200

    Fix 7.10 validate
    
    Reviewers: austin, bgamari
    
    Reviewed By: bgamari
    
    Subscribers: thomie
    
    Differential Revision: https://phabricator.haskell.org/D1190


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

60120d2848ce05de6cb152429cf7d4116c6b4528
 compiler/coreSyn/CorePrep.hs | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compiler/coreSyn/CorePrep.hs b/compiler/coreSyn/CorePrep.hs
index 2b8ac02..7b256a4 100644
--- a/compiler/coreSyn/CorePrep.hs
+++ b/compiler/coreSyn/CorePrep.hs
@@ -60,7 +60,7 @@ import MonadUtils       ( mapAccumLM )
 import Data.List        ( mapAccumL )
 import Control.Monad
 
-#if __GLASGOW_HASKELL__ < 711
+#if __GLASGOW_HASKELL__ < 710
 import Control.Applicative
 #endif
 



More information about the ghc-commits mailing list