[project @ 2000-04-10 13:49:48 by simonmar]
authorsimonmar <unknown>
Mon, 10 Apr 2000 13:49:48 +0000 (13:49 +0000)
committersimonmar <unknown>
Mon, 10 Apr 2000 13:49:48 +0000 (13:49 +0000)
Text => Show

ghc/compiler/stranal/SaLib.lhs

index 813410c..f3d5dc8 100644 (file)
@@ -39,7 +39,7 @@ import Outputable
 data AnalysisKind
   = StrAnal    -- We're doing strictness analysis
   | AbsAnal    -- We're doing absence analysis
-  deriving Text
+  deriving Show
 \end{code}
 
 @AbsVal@ is the data type of HNF abstract values.