[commit: ghc] master: Fix build (9912cdf)

git at git.haskell.org git at git.haskell.org
Thu Sep 13 21:03:45 UTC 2018


Repository : ssh://git@git.haskell.org/ghc

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/9912cdf6dbb24a9d0188edc722ed6d9d8a3e0a1b/ghc

>---------------------------------------------------------------

commit 9912cdf6dbb24a9d0188edc722ed6d9d8a3e0a1b
Author: Krzysztof Gogolewski <krz.gogolewski at gmail.com>
Date:   Thu Sep 13 22:52:05 2018 +0200

    Fix build


>---------------------------------------------------------------

9912cdf6dbb24a9d0188edc722ed6d9d8a3e0a1b
 compiler/typecheck/TcValidity.hs | 1 -
 1 file changed, 1 deletion(-)

diff --git a/compiler/typecheck/TcValidity.hs b/compiler/typecheck/TcValidity.hs
index 351d0e1..df54dc2 100644
--- a/compiler/typecheck/TcValidity.hs
+++ b/compiler/typecheck/TcValidity.hs
@@ -57,7 +57,6 @@ import Util
 import ListSetOps
 import SrcLoc
 import Outputable
-import Module
 import Bag         ( emptyBag )
 import Unique      ( mkAlphaTyVarUnique )
 import qualified GHC.LanguageExtensions as LangExt



More information about the ghc-commits mailing list