X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Fstranal%2FSaLib.lhs;h=ac9c267916ab8dfb68c2a1b54f1d451e7b3abeed;hb=b27560c4649d7025456fb9936d5a5cdd1e5dc383;hp=2b6d8250fadd160aee6e2af3f2ec4372ed17eaf8;hpb=5c408765de66c9ccbed5404be57fe67de528bb90;p=ghc-hetmet.git diff --git a/ghc/compiler/stranal/SaLib.lhs b/ghc/compiler/stranal/SaLib.lhs index 2b6d825..ac9c267 100644 --- a/ghc/compiler/stranal/SaLib.lhs +++ b/ghc/compiler/stranal/SaLib.lhs @@ -6,11 +6,6 @@ See also: the ``library'' for the ``back end'' (@SaBackLib@). \begin{code} -#ifndef DEBUG --- If DEBUG is off, omit all exports -module SaLib () where - -#else module SaLib ( AbsVal(..), AnalysisKind(..), @@ -20,7 +15,6 @@ module SaLib ( lookupAbsValEnv, absValFromStrictness ) where -#endif /* DEBUG */ #include "HsVersions.h"