[commit: ghc] master: Fix build by removing unused import (0d6f428)
git at git.haskell.org
git at git.haskell.org
Tue Jun 7 13:38:18 UTC 2016
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/0d6f4284d58a3a3008c7719c96517000b1e15be5/ghc
>---------------------------------------------------------------
commit 0d6f4284d58a3a3008c7719c96517000b1e15be5
Author: Bartosz Nitka <niteria at gmail.com>
Date: Tue Jun 7 06:41:12 2016 -0700
Fix build by removing unused import
>---------------------------------------------------------------
0d6f4284d58a3a3008c7719c96517000b1e15be5
compiler/typecheck/TcRnTypes.hs | 1 -
1 file changed, 1 deletion(-)
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index a416c74..ef6feaf 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -162,7 +162,6 @@ import Module
import SrcLoc
import VarSet
import ErrUtils
-import UniqFM
import UniqDFM
import UniqSupply
import BasicTypes
More information about the ghc-commits
mailing list