summaryrefslogtreecommitdiff
path: root/libraries/integer-simple
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2009-07-22 16:28:43 +0000
committerIan Lynagh <igloo@earth.li>2009-07-22 16:28:43 +0000
commita7e4d7982fef647ffb1bef2d34bbfe291e9c2211 (patch)
tree0c06ab2fc36c2949c68d4241e1807495f502d600 /libraries/integer-simple
parenta63b16e21cb1acd21139db64965bd2830ee73948 (diff)
downloadhaskell-a7e4d7982fef647ffb1bef2d34bbfe291e9c2211.tar.gz
Add an import so the deps get sorted out correctly
Diffstat (limited to 'libraries/integer-simple')
-rw-r--r--libraries/integer-simple/GHC/Integer/Type.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/libraries/integer-simple/GHC/Integer/Type.hs b/libraries/integer-simple/GHC/Integer/Type.hs
index 33a8cd85a7..c3aa676dc7 100644
--- a/libraries/integer-simple/GHC/Integer/Type.hs
+++ b/libraries/integer-simple/GHC/Integer/Type.hs
@@ -25,6 +25,7 @@ module GHC.Integer.Type (
) where
import GHC.Prim
+import GHC.Types ()
#if !defined(__HADDOCK__)