From: sof Date: Wed, 3 Sep 1997 23:50:11 +0000 (+0000) Subject: [project @ 1997-09-03 23:50:11 by sof] X-Git-Tag: Approximately_1000_patches_recorded~46 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=d95b51ecb7d6796de2b367b8a56a789ac9a814bc [project @ 1997-09-03 23:50:11 by sof] Use PackBase if possible --- diff --git a/ghc/compiler/utils/StringBuffer.lhs b/ghc/compiler/utils/StringBuffer.lhs index 0647cf3..c12aa2d 100644 --- a/ghc/compiler/utils/StringBuffer.lhs +++ b/ghc/compiler/utils/StringBuffer.lhs @@ -75,6 +75,9 @@ import Char (isDigit) # if __GLASGOW_HASKELL__ == 202 import PrelBase ( Char(..) ) # endif +# if __GLASGOW_HASKELL__ >= 206 +import PackBase +# endif #endif import PrimPacked import FastString