X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fghc%2FIOHandle.lhs;fp=ghc%2Flib%2Fghc%2FIOHandle.lhs;h=a0d4f14a0098a7843d26c6216985f4d09606b4aa;hb=552de7b426f990a961a051ec486a77982c4b7770;hp=a2787815a919f98aa9247fa9ec1476489d0d24d5;hpb=e84b92ee647e749ea48fecf3ad1f4f328f667a70;p=ghc-hetmet.git diff --git a/ghc/lib/ghc/IOHandle.lhs b/ghc/lib/ghc/IOHandle.lhs index a278781..a0d4f14 100644 --- a/ghc/lib/ghc/IOHandle.lhs +++ b/ghc/lib/ghc/IOHandle.lhs @@ -27,7 +27,7 @@ import PrelMaybe import PrelBase import GHC import Addr -import Error +import GHCerr ( error ) #ifndef __PARALLEL_HASKELL__ import Foreign ( ForeignObj, makeForeignObj, writeForeignObj )