[commit: ghc] wip/ttg5-data-2017-11-15: Clean up imports (08c117f)
git at git.haskell.org
git at git.haskell.org
Fri Nov 17 14:30:34 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/ttg5-data-2017-11-15
Link : http://ghc.haskell.org/trac/ghc/changeset/08c117fdefeabeb47cedc4125e38bab8addbd841/ghc
>---------------------------------------------------------------
commit 08c117fdefeabeb47cedc4125e38bab8addbd841
Author: Alan Zimmerman <alan.zimm at gmail.com>
Date: Fri Nov 17 16:30:13 2017 +0200
Clean up imports
>---------------------------------------------------------------
08c117fdefeabeb47cedc4125e38bab8addbd841
compiler/hsSyn/HsInstances.hs | 4 ----
1 file changed, 4 deletions(-)
diff --git a/compiler/hsSyn/HsInstances.hs b/compiler/hsSyn/HsInstances.hs
index 7e69f74..a674212 100644
--- a/compiler/hsSyn/HsInstances.hs
+++ b/compiler/hsSyn/HsInstances.hs
@@ -20,10 +20,6 @@ import Data.Data hiding ( Fixity )
import HsExtension
import HsBinds
import HsDecls
--- import HsExpr
--- import HsLit
-import HsTypes
--- import HsPat
-- Data derivations from HsBinds ---------------------------------------
More information about the ghc-commits
mailing list