[commit: ghc] master: TcTyDecls: Remove redundant import of Applicative (d25fa86)

git at git.haskell.org git at git.haskell.org
Thu Oct 29 15:15:15 UTC 2015


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

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

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

commit d25fa862b82de644403cb9710c1f011eeb767d33
Author: Ben Gamari <bgamari.foss at gmail.com>
Date:   Thu Oct 29 11:12:17 2015 -0400

    TcTyDecls: Remove redundant import of Applicative


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

d25fa862b82de644403cb9710c1f011eeb767d33
 compiler/typecheck/TcTyDecls.hs | 4 ----
 1 file changed, 4 deletions(-)

diff --git a/compiler/typecheck/TcTyDecls.hs b/compiler/typecheck/TcTyDecls.hs
index 39d8c04..0da0cb1 100644
--- a/compiler/typecheck/TcTyDecls.hs
+++ b/compiler/typecheck/TcTyDecls.hs
@@ -54,10 +54,6 @@ import Data.List
 import Bag
 import FastString ( fastStringToByteString )
 
-#if __GLASGOW_HASKELL__ < 709
-import Control.Applicative (Applicative(..))
-#endif
-
 import Control.Monad
 
 {-



More information about the ghc-commits mailing list