[commit: ghc] master: Clean outdated ext-core references in comments. (aa26731)
git at git.haskell.org
git at git.haskell.org
Wed Jun 24 21:23:42 UTC 2015
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/aa267317bb7b1a71c090234efa7b0edbf64ccadf/ghc
>---------------------------------------------------------------
commit aa267317bb7b1a71c090234efa7b0edbf64ccadf
Author: Sergei Trofimovich <siarheit at google.com>
Date: Sun Jun 21 21:11:22 2015 +0100
Clean outdated ext-core references in comments.
Signed-off-by: Sergei Trofimovich <siarheit at google.com>
>---------------------------------------------------------------
aa267317bb7b1a71c090234efa7b0edbf64ccadf
compiler/typecheck/TcRnTypes.hs | 2 +-
testsuite/.gitignore | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
diff --git a/compiler/typecheck/TcRnTypes.hs b/compiler/typecheck/TcRnTypes.hs
index 3ec6f2b..411294b 100644
--- a/compiler/typecheck/TcRnTypes.hs
+++ b/compiler/typecheck/TcRnTypes.hs
@@ -334,7 +334,7 @@ data TcGblEnv
= TcGblEnv {
tcg_mod :: Module, -- ^ Module being compiled
tcg_src :: HscSource,
- -- ^ What kind of module (regular Haskell, hs-boot, ext-core)
+ -- ^ What kind of module (regular Haskell, hs-boot, hsig)
tcg_sig_of :: Maybe Module,
-- ^ Are we being compiled as a signature of an implementation?
tcg_mod_name :: Maybe (Located ModuleName),
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
index 10b1bfe..09a9dcf 100644
--- a/testsuite/.gitignore
+++ b/testsuite/.gitignore
@@ -630,7 +630,6 @@ mk/ghcconfig*_inplace_bin_ghc-stage2.exe.mk
/tests/dynlibs/T5373B
/tests/dynlibs/T5373C
/tests/dynlibs/T5373D
-/tests/ext-core/T7239.hcr
/tests/ffi/should_run/1288
/tests/ffi/should_run/1679
/tests/ffi/should_run/2276
More information about the ghc-commits
mailing list