RE: [commit: ghc] master: Fix build (9912cdf)
Sorry about this, my fault. I had -Wwarn in my build.mk. I'll remove it! Thanks for fixing Krzysztof Simon | -----Original Message----- | From: ghc-commits <ghc-commits-bounces@haskell.org> On Behalf Of | git@git.haskell.org | Sent: 13 September 2018 22:04 | To: ghc-commits@haskell.org | Subject: [commit: ghc] master: Fix build (9912cdf) | | Repository : ssh://git@git.haskell.org/ghc | | On branch : master | Link : | https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fghc.haske | ll.org%2Ftrac%2Fghc%2Fchangeset%2F9912cdf6dbb24a9d0188edc722ed6d9d8a3e0a1 | b%2Fghc&data=02%7C01%7Csimonpj%40microsoft.com%7C9952204b82734765e23d | 08d619bc6940%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636724694337978 | 889&sdata=867WGIQemLsbDnnOOy2jbFTidWY1opz26386sZLDSas%3D&reserved | =0 | | >--------------------------------------------------------------- | | commit 9912cdf6dbb24a9d0188edc722ed6d9d8a3e0a1b | Author: Krzysztof Gogolewski <krz.gogolewski@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 | | _______________________________________________ | ghc-commits mailing list | ghc-commits@haskell.org | https://na01.safelinks.protection.outlook.com/?url=http%3A%2F%2Fmail.hask | ell.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fghc- | commits&data=02%7C01%7Csimonpj%40microsoft.com%7C9952204b82734765e23d | 08d619bc6940%7C72f988bf86f141af91ab2d7cd011db47%7C1%7C0%7C636724694337978 | 889&sdata=57N0FGleYkiz03HRAKYxf5VVU1lqpJIreaAqcRdIvSs%3D&reserved | =0
participants (1)
-
Simon Peyton Jones