[commit: ghc] master: Remove unused import (e556f76)
git at git.haskell.org
git at git.haskell.org
Thu Jun 23 09:15:57 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/e556f76875a28a97dd6618b8019bc11a1cc17b02/ghc
>---------------------------------------------------------------
commit e556f76875a28a97dd6618b8019bc11a1cc17b02
Author: Simon Peyton Jones <simonpj at microsoft.com>
Date: Thu Jun 23 08:49:28 2016 +0100
Remove unused import
>---------------------------------------------------------------
e556f76875a28a97dd6618b8019bc11a1cc17b02
compiler/hsSyn/PlaceHolder.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/hsSyn/PlaceHolder.hs b/compiler/hsSyn/PlaceHolder.hs
index 7b3391d..2e195df 100644
--- a/compiler/hsSyn/PlaceHolder.hs
+++ b/compiler/hsSyn/PlaceHolder.hs
@@ -17,7 +17,6 @@ import ConLike (ConLike)
import FieldLabel
import SrcLoc (Located)
import TcEvidence ( HsWrapper )
-import Outputable ( OutputableBndr )
import Data.Data hiding ( Fixity )
import BasicTypes (Fixity)
More information about the ghc-commits
mailing list