[commit: ghc] master: Remove forgotten redundant import (632fcf1)
git at git.haskell.org
git at git.haskell.org
Thu Jun 12 21:48:38 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/632fcf1f90b65201500250d5d13617ba778e310a/ghc
>---------------------------------------------------------------
commit 632fcf1f90b65201500250d5d13617ba778e310a
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jun 12 22:48:09 2014 +0100
Remove forgotten redundant import
>---------------------------------------------------------------
632fcf1f90b65201500250d5d13617ba778e310a
compiler/deSugar/DsMeta.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/deSugar/DsMeta.hs b/compiler/deSugar/DsMeta.hs
index b5d1b0f..435f5c7 100644
--- a/compiler/deSugar/DsMeta.hs
+++ b/compiler/deSugar/DsMeta.hs
@@ -63,7 +63,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