[commit: base] master: Add an import to fix build ordering (d4d008b)
Ian Lynagh
igloo at earth.li
Sat Jun 8 00:12:15 CEST 2013
Repository : ssh://darcs.haskell.org//srv/darcs/packages/base
On branch : master
https://github.com/ghc/packages-base/commit/d4d008b0723e0b138bee985f35fe6c88654a300d
>---------------------------------------------------------------
commit d4d008b0723e0b138bee985f35fe6c88654a300d
Author: Ian Lynagh <ian at well-typed.com>
Date: Fri Jun 7 11:40:52 2013 +0100
Add an import to fix build ordering
>---------------------------------------------------------------
GHC/Err.lhs | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
diff --git a/GHC/Err.lhs b/GHC/Err.lhs
index 7fb057c..e9f1212 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
More information about the ghc-commits
mailing list