Skip to content

Commit

Permalink
Add an import to fix build ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
Ian Lynagh committed Jun 7, 2013
1 parent 5bd176f commit d4d008b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GHC/Err.lhs
Expand Up @@ -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
Expand Down

0 comments on commit d4d008b

Please sign in to comment.