diff options
author | panne <unknown> | 2000-03-25 12:38:41 +0000 |
---|---|---|
committer | panne <unknown> | 2000-03-25 12:38:41 +0000 |
commit | cca2c69fc0af2b24aad230066a087a98fded0fae (patch) | |
tree | 24111760c6e697f9daf9b57cd7717e0715f4623e /ghc/compiler/specialise | |
parent | 6c872fff42025a842e8500ddbb13fdcca60eaf75 (diff) | |
download | haskell-cca2c69fc0af2b24aad230066a087a98fded0fae.tar.gz |
[project @ 2000-03-25 12:38:40 by panne]
Adding a bunch of `import PprType ()' to make 4.07 compile itself.
Strangely enough, compilation with 4.06 worked without these, so
this is probably only fighting the symptoms of something deeper,
and somebody should have a look at it. But for now, I simply need
a bootstrapping 4.07...
Diffstat (limited to 'ghc/compiler/specialise')
-rw-r--r-- | ghc/compiler/specialise/Specialise.lhs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ghc/compiler/specialise/Specialise.lhs b/ghc/compiler/specialise/Specialise.lhs index 3154df7729..81799e520b 100644 --- a/ghc/compiler/specialise/Specialise.lhs +++ b/ghc/compiler/specialise/Specialise.lhs @@ -21,6 +21,7 @@ import Type ( Type, mkTyVarTy, splitSigmaTy, splitFunTysN, tyVarsOfType, tyVarsOfTypes, tyVarsOfTheta, applyTys, mkForAllTys, boxedTypeKind ) +import PprType ( {- instance Outputable Type -} ) import Subst ( Subst, mkSubst, substTy, emptySubst, substBndrs, extendSubstList, substId, substAndCloneId, substAndCloneIds, lookupIdSubst ) |