[commit: ghc] ghc-generics1: Remove double import (6bf06b8)
José Pedro Magalhães
jpm at cs.uu.nl
Tue Jun 5 23:32:04 CEST 2012
Repository : ssh://darcs.haskell.org//srv/darcs/ghc
On branch : ghc-generics1
http://hackage.haskell.org/trac/ghc/changeset/6bf06b803bfbddff68ed083d84d0928c5a5cbbd6
>---------------------------------------------------------------
commit 6bf06b803bfbddff68ed083d84d0928c5a5cbbd6
Author: Jose Pedro Magalhaes <jpm at cs.ox.ac.uk>
Date: Tue Jun 5 22:31:45 2012 +0100
Remove double import
>---------------------------------------------------------------
compiler/typecheck/TcGenGenerics.lhs | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/compiler/typecheck/TcGenGenerics.lhs b/compiler/typecheck/TcGenGenerics.lhs
index e7882d8..1a7ba9b 100644
--- a/compiler/typecheck/TcGenGenerics.lhs
+++ b/compiler/typecheck/TcGenGenerics.lhs
@@ -49,7 +49,6 @@ import FastString
import UniqSupply
import Util
-import Util (snocView)
import Control.Monad (mplus)
import qualified State as S
More information about the Cvs-ghc
mailing list