X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Ftypes%2FTyCon.lhs;h=d79f003f1fcadc66846165ada51c592bf7a26668;hb=9d787ef5a8072b6c1f576f2de1b66edfa59813ed;hp=28eaddfc903f9c14e94f39f54e57f90be0366db0;hpb=5c60f4ca21334fa8b6324423b70ae044e5ad5bf9;p=ghc-hetmet.git diff --git a/ghc/compiler/types/TyCon.lhs b/ghc/compiler/types/TyCon.lhs index 28eaddf..d79f003 100644 --- a/ghc/compiler/types/TyCon.lhs +++ b/ghc/compiler/types/TyCon.lhs @@ -41,7 +41,10 @@ module TyCon( #include "HsVersions.h" -import {-# SOURCE #-} Type ( Type, Kind, SuperKind ) +import {-# SOURCE #-} TypeRep ( Type, Kind, SuperKind ) + -- Should just be Type(Type), but this fails due to bug present up to + -- and including 4.02 involving slurping of hi-boot files. Bug is now fixed. + import {-# SOURCE #-} DataCon ( DataCon ) import Class ( Class )