[commit: ghc] master: Remove an unnecessary-looking import (8fe9eff)

Ian Lynagh igloo at ghc.haskell.org
Fri Jul 26 01:17:53 CEST 2013


Repository : http://darcs.haskell.org/ghc.git/

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/8fe9effade6ba6bae345c332ed3972aeb53499b4

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

commit 8fe9effade6ba6bae345c332ed3972aeb53499b4
Author: Ian Lynagh <ian at well-typed.com>
Date:   Thu Jul 25 21:41:20 2013 +0100

    Remove an unnecessary-looking import

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

 compiler/deSugar/Desugar.lhs |    2 --
 1 file changed, 2 deletions(-)

diff --git a/compiler/deSugar/Desugar.lhs b/compiler/deSugar/Desugar.lhs
index b2dfbb4..bb70aaa 100644
--- a/compiler/deSugar/Desugar.lhs
+++ b/compiler/deSugar/Desugar.lhs
@@ -27,8 +27,6 @@ import DsMonad
 import DsExpr
 import DsBinds
 import DsForeign
-import DsExpr           ()      -- Forces DsExpr to be compiled; DsBinds only
-                                -- depends on DsExpr.hi-boot.
 import Module
 import RdrName
 import NameSet






More information about the ghc-commits mailing list