[commit: ghc] master: DataCon: Fix redundant import (1852c3d)

git at git.haskell.org git at git.haskell.org
Thu Jul 23 12:55:12 UTC 2015


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

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

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

commit 1852c3d2bb841246a790de1a67f8f140a5cccef3
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Thu Jul 23 12:53:49 2015 +0200

    DataCon: Fix redundant import


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

1852c3d2bb841246a790de1a67f8f140a5cccef3
 compiler/typecheck/TcSplice.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/typecheck/TcSplice.hs b/compiler/typecheck/TcSplice.hs
index 586b2b8..d8dde33 100644
--- a/compiler/typecheck/TcSplice.hs
+++ b/compiler/typecheck/TcSplice.hs
@@ -91,7 +91,6 @@ import DsMonad
 import Serialized
 import ErrUtils
 import Util
-import Data.List        ( mapAccumL )
 import Unique
 import VarSet           ( isEmptyVarSet )
 import Data.Maybe



More information about the ghc-commits mailing list