[commit: ghc] wip/all-inlinable: missing import (ea6a686)
git at git.haskell.org
git at git.haskell.org
Fri Jan 6 16:34:45 UTC 2017
Repository : ssh://git@git.haskell.org/ghc
On branch : wip/all-inlinable
Link : http://ghc.haskell.org/trac/ghc/changeset/ea6a6863438e61b2c39194a8916f0fc3948ed33d/ghc
>---------------------------------------------------------------
commit ea6a6863438e61b2c39194a8916f0fc3948ed33d
Author: Matthew Pickering <matthewtpickering at gmail.com>
Date: Fri Jan 6 13:08:39 2017 +0000
missing import
>---------------------------------------------------------------
ea6a6863438e61b2c39194a8916f0fc3948ed33d
compiler/main/TidyPgm.hs | 1 +
1 file changed, 1 insertion(+)
diff --git a/compiler/main/TidyPgm.hs b/compiler/main/TidyPgm.hs
index 5896bb0..fbce726 100644
--- a/compiler/main/TidyPgm.hs
+++ b/compiler/main/TidyPgm.hs
@@ -61,6 +61,7 @@ import Outputable
import UniqDFM
import SrcLoc
import qualified ErrUtils as Err
+import TcType ( isOverloadedTy )
import Control.Monad
import Data.Function
More information about the ghc-commits
mailing list