projects
/
ghc-hetmet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ffaa27a
)
Quickfix for warning.
author
Thomas Schilling
<nominolo@googlemail.com>
Fri, 31 Oct 2008 11:31:25 +0000
(11:31 +0000)
committer
Thomas Schilling
<nominolo@googlemail.com>
Fri, 31 Oct 2008 11:31:25 +0000
(11:31 +0000)
compiler/typecheck/TcSplice.lhs
patch
|
blob
|
history
diff --git
a/compiler/typecheck/TcSplice.lhs
b/compiler/typecheck/TcSplice.lhs
index
0ce334a
..
49f1bf8
100644
(file)
--- a/
compiler/typecheck/TcSplice.lhs
+++ b/
compiler/typecheck/TcSplice.lhs
@@
-381,7
+381,7
@@
runAnnotation target expr = do
expr_ty <- newFlexiTyVarTy liftedTypeKind
-- Find the classes we want instances for in order to call toAnnotationWrapper
- typeable_class <- tcLookupClass typeableClassName
+ _typeable_class <- tcLookupClass typeableClassName
data_class <- tcLookupClass dataClassName
-- Check the instances we require live in another module (we want to execute it..)