[project @ 2004-11-26 11:58:18 by simonmar]
[ghc-base.git] / Data / Version.hs
index a57678f..8ffe754 100644 (file)
@@ -30,6 +30,8 @@ module Data.Version (
        showVersion, parseVersion,
   ) where
 
+import Prelude -- necessary to get dependencies right
+
 -- These #ifdefs are necessary because this code might be compiled as
 -- part of ghc/lib/compat, and hence might be compiled by an older version
 -- of GHC.  In which case, we might need to pick up ReadP from