X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Flib%2Fghc%2FPrelRead.lhs;h=3b3e4c8eaf3440c357e0db4e8b2acf73f38fa8dc;hb=552de7b426f990a961a051ec486a77982c4b7770;hp=60917b3690405c84f05ea1b6f6f73be32c40674b;hpb=e84b92ee647e749ea48fecf3ad1f4f328f667a70;p=ghc-hetmet.git diff --git a/ghc/lib/ghc/PrelRead.lhs b/ghc/lib/ghc/PrelRead.lhs index 60917b3..3b3e4c8 100644 --- a/ghc/lib/ghc/PrelRead.lhs +++ b/ghc/lib/ghc/PrelRead.lhs @@ -11,7 +11,7 @@ Instances of the Read class. module PrelRead where -import {-# SOURCE #-} Error ( error ) +import {-# SOURCE #-} GHCerr ( error ) import PrelNum import PrelList import PrelTup