[commit: ghc] master: Fix TyCon import (f73fc7d)
git at git.haskell.org
git at git.haskell.org
Tue Jan 14 09:47:25 UTC 2014
Repository : ssh://git@git.haskell.org/ghc
On branch : master
Link : http://ghc.haskell.org/trac/ghc/changeset/f73fc7d5e4003d628fd2b15bd4e48bae12dd8453/ghc
>---------------------------------------------------------------
commit f73fc7d5e4003d628fd2b15bd4e48bae12dd8453
Author: Austin Seipp <austin at well-typed.com>
Date: Mon Jan 13 19:20:58 2014 -0600
Fix TyCon import
Signed-off-by: Austin Seipp <austin at well-typed.com>
>---------------------------------------------------------------
f73fc7d5e4003d628fd2b15bd4e48bae12dd8453
compiler/specialise/SpecConstr.lhs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/compiler/specialise/SpecConstr.lhs b/compiler/specialise/SpecConstr.lhs
index 6332c6b..060c705 100644
--- a/compiler/specialise/SpecConstr.lhs
+++ b/compiler/specialise/SpecConstr.lhs
@@ -57,9 +57,9 @@ import PrelNames ( specTyConName )
-- See Note [Forcing specialisation]
#ifndef GHCI
-import TyCon ( TyCon )
type SpecConstrAnnotation = ()
#else
+import TyCon ( TyCon )
import GHC.Exts( SpecConstrAnnotation(..) )
#endif
\end{code}
More information about the ghc-commits
mailing list