From d4d008b0723e0b138bee985f35fe6c88654a300d Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Fri, 7 Jun 2013 11:40:52 +0100 Subject: [PATCH] Add an import to fix build ordering --- GHC/Err.lhs | 1 + 1 file changed, 1 insertion(+) diff --git a/GHC/Err.lhs b/GHC/Err.lhs index 7fb057c0..e9f1212d 100644 --- a/GHC/Err.lhs +++ b/GHC/Err.lhs @@ -24,6 +24,7 @@ -- #hide module GHC.Err( absentErr, error, undefined ) where +import GHC.CString () import GHC.Types import GHC.Prim import GHC.Integer () -- Make sure Integer is compiled first