From d95b51ecb7d6796de2b367b8a56a789ac9a814bc Mon Sep 17 00:00:00 2001 From: sof Date: Wed, 3 Sep 1997 23:50:11 +0000 Subject: [PATCH] [project @ 1997-09-03 23:50:11 by sof] Use PackBase if possible --- ghc/compiler/utils/StringBuffer.lhs | 3 +++ 1 file changed, 3 insertions(+) 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 -- 1.7.10.4