[commit: ghc] master: Remove an old commented out import (fe427ea)
Ian Lynagh
igloo at earth.li
Sun May 12 17:57:55 CEST 2013
Repository : http://darcs.haskell.org/ghc.git/
On branch : master
https://github.com/ghc/ghc/commit/fe427ea5b31b86a9fd4ec8b8d91125f899d43d54
>---------------------------------------------------------------
commit fe427ea5b31b86a9fd4ec8b8d91125f899d43d54
Author: Ian Lynagh <ian at well-typed.com>
Date: Sun May 12 14:22:12 2013 +0100
Remove an old commented out import
>---------------------------------------------------------------
compiler/typecheck/TcHsSyn.lhs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/typecheck/TcHsSyn.lhs b/compiler/typecheck/TcHsSyn.lhs
index 1e29612..e67b3ab 100644
--- a/compiler/typecheck/TcHsSyn.lhs
+++ b/compiler/typecheck/TcHsSyn.lhs
@@ -60,7 +60,6 @@ import Bag
import FastString
import Outputable
import Util
--- import Data.Traversable( traverse )
\end{code}
\begin{code}
More information about the ghc-commits
mailing list