X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2Futils%2FPrimPacked.lhs;h=aa38d6a13016bfd710c7d1a9af4cbf7809a95572;hb=8ab73b40ac2ac5861b4dd03a50e4624ce3b0d024;hp=96c17f1e66320c17d397426aafea6c0ecf077cbe;hpb=b982e78c46903a4718ab7633753d799e378f6822;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/PrimPacked.lhs b/ghc/compiler/utils/PrimPacked.lhs index 96c17f1..aa38d6a 100644 --- a/ghc/compiler/utils/PrimPacked.lhs +++ b/ghc/compiler/utils/PrimPacked.lhs @@ -31,7 +31,7 @@ module PrimPacked #include "HsVersions.h" import GlaExts -import Addr ( Addr(..) ) +import PrelAddr ( Addr(..) ) import ST import Foreign -- ForeignObj is now exported abstractly.