[commit: ghc] ghc-7.8: Fix merge fallout, killing validate (2ac7a33)
git at git.haskell.org
git at git.haskell.org
Mon Jun 30 13:50:20 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : ghc-7.8
Link : http://ghc.haskell.org/trac/ghc/changeset/2ac7a33f0a74b1ac8ffd1d8ffaa38b5a70bec85d/ghc
>---------------------------------------------------------------
commit 2ac7a33f0a74b1ac8ffd1d8ffaa38b5a70bec85d
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jun 30 08:42:15 2014 -0500
Fix merge fallout, killing validate
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
2ac7a33f0a74b1ac8ffd1d8ffaa38b5a70bec85d
compiler/deSugar/DsMeta.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/deSugar/DsMeta.hs b/compiler/deSugar/DsMeta.hs
index a0245dd..ad40fc0 100644
--- a/compiler/deSugar/DsMeta.hs
+++ b/compiler/deSugar/DsMeta.hs
@@ -61,7 +61,6 @@ import DynFlags
import FastString
import ForeignCall
import Util
-import TcRnMonad( traceOptIf )
import Data.Maybe
import Control.Monad
More information about the ghc-commits
mailing list