X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FOutputable.lhs;h=4ffb74ddd04dccaf01fed8a6301477b2eae7c8b1;hb=4d1b970fe7ae5e25a54a7bce03c2501f07f27211;hp=1c989b4bad58cbfb08fee953fdfc32621b88e707;hpb=d5224b850d1f06b24165cf7f619e0e397e0cc329;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/Outputable.lhs b/ghc/compiler/utils/Outputable.lhs index 1c989b4..4ffb74d 100644 --- a/ghc/compiler/utils/Outputable.lhs +++ b/ghc/compiler/utils/Outputable.lhs @@ -7,9 +7,6 @@ Defines classes for pretty-printing and forcing, both forms of ``output.'' \begin{code} -{-# OPTIONS -fno-prune-tydecls #-} --- Hopefully temporary; 3.02 complained about not being able --- to see the consructors for ForeignObj module Outputable ( Outputable(..), -- Class