X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FUnique.lhs;h=40287867de80a7844df454c5d8b3dce52b2ac13e;hb=727fae32ea0b6ca6ebdf1b3137649813e4d7ac3d;hp=36a53521412e941826552c2bdcc4e49d78de41b0;hpb=75b2110801d1dcc1dba4b3d437c4a5f379e704e9;p=ghc-hetmet.git diff --git a/compiler/basicTypes/Unique.lhs b/compiler/basicTypes/Unique.lhs index 36a5352..4028786 100644 --- a/compiler/basicTypes/Unique.lhs +++ b/compiler/basicTypes/Unique.lhs @@ -54,6 +54,9 @@ import BasicTypes import FastTypes import FastString import Outputable +#ifdef DEBUG +import StaticFlags ( opt_SuppressUniques ) +#endif #if defined(__GLASGOW_HASKELL__) --just for implementing a fast [0,61) -> Char function