[project @ 1997-05-18 04:14:01 by sof]
authorsof <unknown>
Sun, 18 May 1997 04:14:01 +0000 (04:14 +0000)
committersof <unknown>
Sun, 18 May 1997 04:14:01 +0000 (04:14 +0000)
import Addr and Word from Foreign

ghc/lib/glaExts/ByteArray.lhs

index 2ea73c2..f0f66b3 100644 (file)
@@ -33,7 +33,7 @@ module ByteArray
 
 import ArrBase
 import Ix
-import PrelBase (Addr, Word)
+import Foreign (Addr, Word)
 
 \end{code}