[project @ 1997-09-03 23:50:11 by sof]
authorsof <unknown>
Wed, 3 Sep 1997 23:50:11 +0000 (23:50 +0000)
committersof <unknown>
Wed, 3 Sep 1997 23:50:11 +0000 (23:50 +0000)
Use PackBase if possible

ghc/compiler/utils/StringBuffer.lhs

index 0647cf3..c12aa2d 100644 (file)
@@ -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